Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2014._07.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._2014._07 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: network.oxalis.peppol.bdx.jaxb.smp._2014._07
-
Method Summary
-
-
-
Method Detail
-
createServiceGroupType
public ServiceGroupType createServiceGroupType()
Create an instance ofServiceGroupType- Returns:
- the new instance of
ServiceGroupType
-
createServiceMetadataType
public ServiceMetadataType createServiceMetadataType()
Create an instance ofServiceMetadataType- Returns:
- the new instance of
ServiceMetadataType
-
createSignedServiceMetadataType
public SignedServiceMetadataType createSignedServiceMetadataType()
Create an instance ofSignedServiceMetadataType- Returns:
- the new instance of
SignedServiceMetadataType
-
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
-
createServiceInformationType
public ServiceInformationType createServiceInformationType()
Create an instance ofServiceInformationType- Returns:
- the new instance of
ServiceInformationType
-
createProcessListType
public ProcessListType createProcessListType()
Create an instance ofProcessListType- Returns:
- the new instance of
ProcessListType
-
createProcessType
public ProcessType createProcessType()
Create an instance ofProcessType- Returns:
- the new instance of
ProcessType
-
createServiceEndpointList
public ServiceEndpointList createServiceEndpointList()
Create an instance ofServiceEndpointList- Returns:
- the new instance of
ServiceEndpointList
-
createEndpointType
public EndpointType createEndpointType()
Create an instance ofEndpointType- Returns:
- the new instance of
EndpointType
-
createServiceMetadataReferenceCollectionType
public ServiceMetadataReferenceCollectionType createServiceMetadataReferenceCollectionType()
Create an instance ofServiceMetadataReferenceCollectionType- Returns:
- the new instance of
ServiceMetadataReferenceCollectionType
-
createServiceMetadataReferenceType
public ServiceMetadataReferenceType createServiceMetadataReferenceType()
Create an instance ofServiceMetadataReferenceType- Returns:
- the new instance of
ServiceMetadataReferenceType
-
createRedirectType
public RedirectType createRedirectType()
Create an instance ofRedirectType- Returns:
- the new instance of
RedirectType
-
createExtensionType
public ExtensionType createExtensionType()
Create an instance ofExtensionType- Returns:
- the new instance of
ExtensionType
-
createServiceGroup
public jakarta.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 jakarta.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 jakarta.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 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>
-
-