Package network.oxalis.peppol.sbdh.jaxb
Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.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.sbdh.jaxb 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.sbdh.jaxb
-
Method Summary
-
-
-
Method Detail
-
createCorrelationInformation
public CorrelationInformation createCorrelationInformation()
Create an instance ofCorrelationInformation
-
createBusinessService
public BusinessService createBusinessService()
Create an instance ofBusinessService
-
createStandardBusinessDocumentHeader
public StandardBusinessDocumentHeader createStandardBusinessDocumentHeader()
Create an instance ofStandardBusinessDocumentHeader
-
createStandardBusinessDocument
public StandardBusinessDocument createStandardBusinessDocument()
Create an instance ofStandardBusinessDocument
-
createBusinessScope
public BusinessScope createBusinessScope()
Create an instance ofBusinessScope
-
createServiceTransaction
public ServiceTransaction createServiceTransaction()
Create an instance ofServiceTransaction
-
createDocumentIdentification
public DocumentIdentification createDocumentIdentification()
Create an instance ofDocumentIdentification
-
createPartnerIdentification
public PartnerIdentification createPartnerIdentification()
Create an instance ofPartnerIdentification
-
createContactInformation
public ContactInformation createContactInformation()
Create an instance ofContactInformation
-
createManifestItem
public ManifestItem createManifestItem()
Create an instance ofManifestItem
-
createScopeInformation
public javax.xml.bind.JAXBElement<Object> createScopeInformation(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createCorrelationInformation
public javax.xml.bind.JAXBElement<CorrelationInformation> createCorrelationInformation(CorrelationInformation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CorrelationInformation>
-
createBusinessService
public javax.xml.bind.JAXBElement<BusinessService> createBusinessService(BusinessService value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BusinessService>
-
createStandardBusinessDocumentHeader
public javax.xml.bind.JAXBElement<StandardBusinessDocumentHeader> createStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StandardBusinessDocumentHeader>
-
createStandardBusinessDocument
public javax.xml.bind.JAXBElement<StandardBusinessDocument> createStandardBusinessDocument(StandardBusinessDocument value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StandardBusinessDocument>
-
-