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 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.sbdh.jaxb
-
Method Summary
-
-
-
Method Detail
-
createCorrelationInformation
public CorrelationInformation createCorrelationInformation()
Create an instance ofCorrelationInformation- Returns:
- the new instance of
CorrelationInformation
-
createBusinessService
public BusinessService createBusinessService()
Create an instance ofBusinessService- Returns:
- the new instance of
BusinessService
-
createStandardBusinessDocumentHeader
public StandardBusinessDocumentHeader createStandardBusinessDocumentHeader()
Create an instance ofStandardBusinessDocumentHeader- Returns:
- the new instance of
StandardBusinessDocumentHeader
-
createStandardBusinessDocument
public StandardBusinessDocument createStandardBusinessDocument()
Create an instance ofStandardBusinessDocument- Returns:
- the new instance of
StandardBusinessDocument
-
createBusinessScope
public BusinessScope createBusinessScope()
Create an instance ofBusinessScope- Returns:
- the new instance of
BusinessScope
-
createScope
public Scope createScope()
Create an instance ofScope- Returns:
- the new instance of
Scope
-
createServiceTransaction
public ServiceTransaction createServiceTransaction()
Create an instance ofServiceTransaction- Returns:
- the new instance of
ServiceTransaction
-
createPartner
public Partner createPartner()
Create an instance ofPartner- Returns:
- the new instance of
Partner
-
createPartnerIdentification
public PartnerIdentification createPartnerIdentification()
Create an instance ofPartnerIdentification- Returns:
- the new instance of
PartnerIdentification
-
createContactInformation
public ContactInformation createContactInformation()
Create an instance ofContactInformation- Returns:
- the new instance of
ContactInformation
-
createDocumentIdentification
public DocumentIdentification createDocumentIdentification()
Create an instance ofDocumentIdentification- Returns:
- the new instance of
DocumentIdentification
-
createManifest
public Manifest createManifest()
Create an instance ofManifest- Returns:
- the new instance of
Manifest
-
createManifestItem
public ManifestItem createManifestItem()
Create an instance ofManifestItem- Returns:
- the new instance of
ManifestItem
-
createScopeInformation
public jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind.JAXBElement<StandardBusinessDocument> createStandardBusinessDocument(StandardBusinessDocument value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StandardBusinessDocument>
-
-