Class ObjectFactory
- java.lang.Object
-
- org.busdox.transport.identifiers._1.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.busdox.transport.identifiers._1 package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.busdox.transport.identifiers._1
-
Method Summary
-
-
-
Method Detail
-
createParticipantIdentifierType
public ParticipantIdentifierType createParticipantIdentifierType()
Create an instance ofParticipantIdentifierType
-
createDocumentIdentifierType
public DocumentIdentifierType createDocumentIdentifierType()
Create an instance ofDocumentIdentifierType
-
createProcessIdentifierType
public ProcessIdentifierType createProcessIdentifierType()
Create an instance ofProcessIdentifierType
-
createParticipantIdentifier
public javax.xml.bind.JAXBElement<ParticipantIdentifierType> createParticipantIdentifier(ParticipantIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierType>
-
createDocumentIdentifier
public javax.xml.bind.JAXBElement<DocumentIdentifierType> createDocumentIdentifier(DocumentIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DocumentIdentifierType>
-
createProcessIdentifier
public javax.xml.bind.JAXBElement<ProcessIdentifierType> createProcessIdentifier(ProcessIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProcessIdentifierType>
-
createRecipientIdentifier
public javax.xml.bind.JAXBElement<ParticipantIdentifierType> createRecipientIdentifier(ParticipantIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierType>
-
createSenderIdentifier
public javax.xml.bind.JAXBElement<ParticipantIdentifierType> createSenderIdentifier(ParticipantIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierType>
-
createMessageIdentifier
public javax.xml.bind.JAXBElement<String> createMessageIdentifier(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
-