Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.smp.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.busdox.jaxb.smp 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.busdox.jaxb.smp
-
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
-
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>
-
-