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

Packages that use ClassifiableIDType
de.extra_standard.namespace.components._1   
de.extra_standard.namespace.logging._1   
de.extra_standard.namespace.service._1   
 

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

Fields in de.extra_standard.namespace.components._1 declared as ClassifiableIDType
protected  ClassifiableIDType ReceiverType.receiverID
           
protected  ClassifiableIDType ApplicationType.registrationID
           
protected  ClassifiableIDType RequestDetailsType.requestID
           
protected  ClassifiableIDType ResponseDetailsType.responseID
           
protected  ClassifiableIDType SenderType.senderID
           
 

Methods in de.extra_standard.namespace.components._1 that return ClassifiableIDType
 ClassifiableIDType ObjectFactory.createClassifiableIDType()
          Create an instance of ClassifiableIDType
 ClassifiableIDType ReceiverType.getReceiverID()
          Gets the value of the receiverID property.
 ClassifiableIDType ApplicationType.getRegistrationID()
          Gets the value of the registrationID property.
 ClassifiableIDType RequestDetailsType.getRequestID()
          Gets the value of the requestID property.
 ClassifiableIDType ResponseDetailsType.getResponseID()
          Gets the value of the responseID property.
 ClassifiableIDType SenderType.getSenderID()
          Gets the value of the senderID property.
 

Methods in de.extra_standard.namespace.components._1 that return types with arguments of type ClassifiableIDType
 JAXBElement<ClassifiableIDType> ObjectFactory.createReceiverID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createRegistrationID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createRequestID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createResponseID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createSenderID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 

Methods in de.extra_standard.namespace.components._1 with parameters of type ClassifiableIDType
 JAXBElement<ClassifiableIDType> ObjectFactory.createReceiverID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createRegistrationID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createRequestID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createResponseID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createSenderID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 void ReceiverType.setReceiverID(ClassifiableIDType value)
          Sets the value of the receiverID property.
 void ApplicationType.setRegistrationID(ClassifiableIDType value)
          Sets the value of the registrationID property.
 void RequestDetailsType.setRequestID(ClassifiableIDType value)
          Sets the value of the requestID property.
 void ResponseDetailsType.setResponseID(ClassifiableIDType value)
          Sets the value of the responseID property.
 void SenderType.setSenderID(ClassifiableIDType value)
          Sets the value of the senderID property.
 

Uses of ClassifiableIDType in de.extra_standard.namespace.logging._1
 

Fields in de.extra_standard.namespace.logging._1 declared as ClassifiableIDType
protected  ClassifiableIDType LogTraceType.logID
           
protected  ClassifiableIDType LogTraceType.previousLogID
           
 

Methods in de.extra_standard.namespace.logging._1 that return ClassifiableIDType
 ClassifiableIDType LogTraceType.getLogID()
          Gets the value of the logID property.
 ClassifiableIDType LogTraceType.getPreviousLogID()
          Gets the value of the previousLogID property.
 

Methods in de.extra_standard.namespace.logging._1 that return types with arguments of type ClassifiableIDType
 JAXBElement<ClassifiableIDType> ObjectFactory.createLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createPreviousLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 

Methods in de.extra_standard.namespace.logging._1 with parameters of type ClassifiableIDType
 JAXBElement<ClassifiableIDType> ObjectFactory.createLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 JAXBElement<ClassifiableIDType> ObjectFactory.createPreviousLogID(ClassifiableIDType value)
          Create an instance of JAXBElement<ClassifiableIDType>}
 void LogTraceType.setLogID(ClassifiableIDType value)
          Sets the value of the logID property.
 void LogTraceType.setPreviousLogID(ClassifiableIDType value)
          Sets the value of the previousLogID property.
 

Uses of ClassifiableIDType in de.extra_standard.namespace.service._1
 

Fields in de.extra_standard.namespace.service._1 declared as ClassifiableIDType
protected  ClassifiableIDType ExtraErrorType.requestID
           
protected  ClassifiableIDType ExtraErrorType.responseID
           
 

Methods in de.extra_standard.namespace.service._1 that return ClassifiableIDType
 ClassifiableIDType ExtraErrorType.getRequestID()
          Gets the value of the requestID property.
 ClassifiableIDType ExtraErrorType.getResponseID()
          Gets the value of the responseID property.
 

Methods in de.extra_standard.namespace.service._1 with parameters of type ClassifiableIDType
 void ExtraErrorType.setRequestID(ClassifiableIDType value)
          Sets the value of the requestID property.
 void ExtraErrorType.setResponseID(ClassifiableIDType value)
          Sets the value of the responseID property.
 



Copyright © 2012-2013. All Rights Reserved.