Uses of Class
de.extra_standard.namespace.components._1.DataType

Packages that use DataType
de.extra_standard.namespace.components._1   
de.extra_standard.namespace.request._1   
de.extra_standard.namespace.response._1   
 

Uses of DataType in de.extra_standard.namespace.components._1
 

Methods in de.extra_standard.namespace.components._1 that return DataType
 DataType ObjectFactory.createDataType()
          Create an instance of DataType
 

Methods in de.extra_standard.namespace.components._1 that return types with arguments of type DataType
 JAXBElement<DataType> ObjectFactory.createData(DataType value)
          Create an instance of JAXBElement<DataType>}
 

Methods in de.extra_standard.namespace.components._1 with parameters of type DataType
 JAXBElement<DataType> ObjectFactory.createData(DataType value)
          Create an instance of JAXBElement<DataType>}
 

Uses of DataType in de.extra_standard.namespace.request._1
 

Fields in de.extra_standard.namespace.request._1 declared as DataType
protected  DataType TransportRequestBodyType.data
           
protected  DataType PackageRequestBodyType.data
           
protected  DataType MessageRequestBodyType.data
           
 

Methods in de.extra_standard.namespace.request._1 that return DataType
 DataType TransportRequestBodyType.getData()
          Gets the value of the data property.
 DataType PackageRequestBodyType.getData()
          Gets the value of the data property.
 DataType MessageRequestBodyType.getData()
          Gets the value of the data property.
 

Methods in de.extra_standard.namespace.request._1 with parameters of type DataType
 void TransportRequestBodyType.setData(DataType value)
          Sets the value of the data property.
 void PackageRequestBodyType.setData(DataType value)
          Sets the value of the data property.
 void MessageRequestBodyType.setData(DataType value)
          Sets the value of the data property.
 

Uses of DataType in de.extra_standard.namespace.response._1
 

Fields in de.extra_standard.namespace.response._1 declared as DataType
protected  DataType TransportResponseBodyType.data
           
protected  DataType PackageResponseBodyType.data
           
protected  DataType MessageResponseBodyType.data
           
 

Methods in de.extra_standard.namespace.response._1 that return DataType
 DataType TransportResponseBodyType.getData()
          Gets the value of the data property.
 DataType PackageResponseBodyType.getData()
          Gets the value of the data property.
 DataType MessageResponseBodyType.getData()
          Gets the value of the data property.
 

Methods in de.extra_standard.namespace.response._1 with parameters of type DataType
 void TransportResponseBodyType.setData(DataType value)
          Sets the value of the data property.
 void PackageResponseBodyType.setData(DataType value)
          Sets the value of the data property.
 void MessageResponseBodyType.setData(DataType value)
          Sets the value of the data property.
 



Copyright © 2012-2013. All Rights Reserved.