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

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

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

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

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

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

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

Fields in de.extra_standard.namespace.request._1 declared as SenderType
protected  SenderType TransportRequestHeaderType.sender
           
protected  SenderType PackageRequestHeaderType.sender
           
protected  SenderType MessageRequestHeaderType.sender
           
 

Methods in de.extra_standard.namespace.request._1 that return SenderType
 SenderType TransportRequestHeaderType.getSender()
          Gets the value of the sender property.
 SenderType PackageRequestHeaderType.getSender()
          Gets the value of the sender property.
 SenderType MessageRequestHeaderType.getSender()
          Gets the value of the sender property.
 

Methods in de.extra_standard.namespace.request._1 with parameters of type SenderType
 void TransportRequestHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 void PackageRequestHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 void MessageRequestHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 

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

Fields in de.extra_standard.namespace.response._1 declared as SenderType
protected  SenderType TransportResponseHeaderType.sender
           
protected  SenderType PackageResponseHeaderType.sender
           
protected  SenderType MessageResponseHeaderType.sender
           
 

Methods in de.extra_standard.namespace.response._1 that return SenderType
 SenderType TransportResponseHeaderType.getSender()
          Gets the value of the sender property.
 SenderType PackageResponseHeaderType.getSender()
          Gets the value of the sender property.
 SenderType MessageResponseHeaderType.getSender()
          Gets the value of the sender property.
 

Methods in de.extra_standard.namespace.response._1 with parameters of type SenderType
 void TransportResponseHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 void PackageResponseHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 void MessageResponseHeaderType.setSender(SenderType value)
          Sets the value of the sender property.
 



Copyright © 2012-2013. All Rights Reserved.