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
-
createStandardBusinessDocument
public StandardBusinessDocument createStandardBusinessDocument()
Create an instance ofStandardBusinessDocument
-
createStandardBusinessDocumentHeader
public StandardBusinessDocumentHeader createStandardBusinessDocumentHeader()
Create an instance ofStandardBusinessDocumentHeader
-
createBusinessScope
public BusinessScope createBusinessScope()
Create an instance ofBusinessScope
-
createDocumentIdentification
public DocumentIdentification createDocumentIdentification()
Create an instance ofDocumentIdentification
-
createPartnerIdentification
public PartnerIdentification createPartnerIdentification()
Create an instance ofPartnerIdentification
-
createManifestItem
public ManifestItem createManifestItem()
Create an instance ofManifestItem
-
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>
-
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>
-
-