com.francetelecom.tr157.gen
Class Query

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

public class Query
extends java.lang.Object

Class Query.

Author:
OrangeLabs R&D

Constructor Summary
Query(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createEnable()
          Create the parameter Enable
 Parameter createStatus()
          Create the parameter Status
 Parameter createURL()
          Create the parameter URL
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamEnable()
          Getter method of Enable.
 Parameter getParamStatus()
          Getter method of Status.
 Parameter getParamURL()
          Getter method of URL.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query(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

getParamStatus

public final Parameter getParamStatus()
Getter method of Status.

Returns:
_Status

createStatus

public final Parameter createStatus()
                             throws Fault
Create the parameter Status

Returns:
Status
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

getParamURL

public final Parameter getParamURL()
Getter method of URL.

Returns:
_URL

createURL

public final Parameter createURL()
                          throws Fault
Create the parameter URL

Returns:
URL
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.