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 programmatically 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- Returns:
- the new instance of
ParticipantIdentifierType
-
createDocumentIdentifierType
public DocumentIdentifierType createDocumentIdentifierType()
Create an instance ofDocumentIdentifierType- Returns:
- the new instance of
DocumentIdentifierType
-
createProcessIdentifierType
public ProcessIdentifierType createProcessIdentifierType()
Create an instance ofProcessIdentifierType- Returns:
- the new instance of
ProcessIdentifierType
-
createParticipantIdentifier
public jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind.JAXBElement<String> createMessageIdentifier(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
-