Uses of Class
org.w3._2001._04.xmlenc_.EncryptedDataType

Packages that use EncryptedDataType
de.extra_standard.namespace.request._1   
de.extra_standard.namespace.response._1   
org.w3._2001._04.xmlenc_   
 

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

Fields in de.extra_standard.namespace.request._1 declared as EncryptedDataType
protected  EncryptedDataType TransportRequestBodyType.encryptedData
           
protected  EncryptedDataType PackageRequestBodyType.encryptedData
           
protected  EncryptedDataType MessageRequestBodyType.encryptedData
           
 

Methods in de.extra_standard.namespace.request._1 that return EncryptedDataType
 EncryptedDataType TransportRequestBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 EncryptedDataType PackageRequestBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 EncryptedDataType MessageRequestBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in de.extra_standard.namespace.request._1 with parameters of type EncryptedDataType
 void TransportRequestBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void PackageRequestBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void MessageRequestBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

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

Fields in de.extra_standard.namespace.response._1 declared as EncryptedDataType
protected  EncryptedDataType TransportResponseBodyType.encryptedData
           
protected  EncryptedDataType PackageResponseBodyType.encryptedData
           
protected  EncryptedDataType MessageResponseBodyType.encryptedData
           
 

Methods in de.extra_standard.namespace.response._1 that return EncryptedDataType
 EncryptedDataType TransportResponseBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 EncryptedDataType PackageResponseBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 EncryptedDataType MessageResponseBodyType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in de.extra_standard.namespace.response._1 with parameters of type EncryptedDataType
 void TransportResponseBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void PackageResponseBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void MessageResponseBodyType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

Uses of EncryptedDataType in org.w3._2001._04.xmlenc_
 

Methods in org.w3._2001._04.xmlenc_ that return EncryptedDataType
 EncryptedDataType ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

Methods in org.w3._2001._04.xmlenc_ that return types with arguments of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 

Methods in org.w3._2001._04.xmlenc_ with parameters of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 



Copyright © 2012-2013. All Rights Reserved.