com.francetelecom.tr157.gen
Class RemoteAccess

java.lang.Object
  extended by com.francetelecom.tr157.gen.RemoteAccess

public class RemoteAccess
extends java.lang.Object

Class RemoteAccess.

Author:
OrangeLabs R&D

Constructor Summary
RemoteAccess(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createEnable()
          Create the parameter Enable
 Parameter createPort()
          Create the parameter Port
 Parameter createProtocol()
          Create the parameter Protocol
 Parameter createSupportedProtocols()
          Create the parameter SupportedProtocols
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamEnable()
          Getter method of Enable.
 Parameter getParamPort()
          Getter method of Port.
 Parameter getParamProtocol()
          Getter method of Protocol.
 Parameter getParamSupportedProtocols()
          Getter method of SupportedProtocols.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAccess

public RemoteAccess(IParameterData pData,
                    java.lang.String pBasePath)
Default constructor.

Parameters:
pData - data model
pBasePath - base path of attribute
pPersist - persistence
Method Detail

getData

public final IParameterData getData()
Get the data.

Returns:
the data

getBasePath

public final java.lang.String getBasePath()
Get the basePath.

Returns:
the basePath

initialize

public void initialize()
                throws Fault
Initialiser.

Throws:
Fault

getParamPort

public final Parameter getParamPort()
Getter method of Port.

Returns:
_Port

createPort

public final Parameter createPort()
                           throws Fault
Create the parameter Port

Returns:
Port
Throws:
Fault - exception

getParamEnable

public final Parameter getParamEnable()
Getter method of Enable.

Returns:
_Enable

createEnable

public final Parameter createEnable()
                             throws Fault
Create the parameter Enable

Returns:
Enable
Throws:
Fault - exception

getParamSupportedProtocols

public final Parameter getParamSupportedProtocols()
Getter method of SupportedProtocols.

Returns:
_SupportedProtocols

createSupportedProtocols

public final Parameter createSupportedProtocols()
                                         throws Fault
Create the parameter SupportedProtocols

Returns:
SupportedProtocols
Throws:
Fault - exception

getParamProtocol

public final Parameter getParamProtocol()
Getter method of Protocol.

Returns:
_Protocol

createProtocol

public final Parameter createProtocol()
                               throws Fault
Create the parameter Protocol

Returns:
Protocol
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.