Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2016._05.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.bdx.jaxb.smp._2016._05 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: network.oxalis.peppol.bdx.jaxb.smp._2016._05
-
Method Summary
-
-
-
Method Detail
-
createServiceGroupType
public ServiceGroupType createServiceGroupType()
Create an instance ofServiceGroupType
-
createServiceMetadataType
public ServiceMetadataType createServiceMetadataType()
Create an instance ofServiceMetadataType
-
createSignedServiceMetadataType
public SignedServiceMetadataType createSignedServiceMetadataType()
Create an instance ofSignedServiceMetadataType
-
createParticipantIdentifierType
public ParticipantIdentifierType createParticipantIdentifierType()
Create an instance ofParticipantIdentifierType
-
createDocumentIdentifierType
public DocumentIdentifierType createDocumentIdentifierType()
Create an instance ofDocumentIdentifierType
-
createProcessIdentifierType
public ProcessIdentifierType createProcessIdentifierType()
Create an instance ofProcessIdentifierType
-
createServiceInformationType
public ServiceInformationType createServiceInformationType()
Create an instance ofServiceInformationType
-
createProcessListType
public ProcessListType createProcessListType()
Create an instance ofProcessListType
-
createProcessType
public ProcessType createProcessType()
Create an instance ofProcessType
-
createServiceEndpointList
public ServiceEndpointList createServiceEndpointList()
Create an instance ofServiceEndpointList
-
createEndpointType
public EndpointType createEndpointType()
Create an instance ofEndpointType
-
createServiceMetadataReferenceCollectionType
public ServiceMetadataReferenceCollectionType createServiceMetadataReferenceCollectionType()
Create an instance ofServiceMetadataReferenceCollectionType
-
createServiceMetadataReferenceType
public ServiceMetadataReferenceType createServiceMetadataReferenceType()
Create an instance ofServiceMetadataReferenceType
-
createRedirectType
public RedirectType createRedirectType()
Create an instance ofRedirectType
-
createExtensionType
public ExtensionType createExtensionType()
Create an instance ofExtensionType
-
createServiceGroup
public javax.xml.bind.JAXBElement<ServiceGroupType> createServiceGroup(ServiceGroupType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceGroupType>
-
createServiceMetadata
public javax.xml.bind.JAXBElement<ServiceMetadataType> createServiceMetadata(ServiceMetadataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataType>
-
createSignedServiceMetadata
public javax.xml.bind.JAXBElement<SignedServiceMetadataType> createSignedServiceMetadata(SignedServiceMetadataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedServiceMetadataType>
-
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>
-
-