Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.ecdt.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.ubl2.jaxb.ecdt 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.ubl2.jaxb.ecdt
-
Method Summary
-
-
-
Method Detail
-
createUBLExtensionsType
public UBLExtensionsType createUBLExtensionsType()
Create an instance ofUBLExtensionsType
-
createUBLExtensionType
public UBLExtensionType createUBLExtensionType()
Create an instance ofUBLExtensionType
-
createExtensionAgencyIDType
public ExtensionAgencyIDType createExtensionAgencyIDType()
Create an instance ofExtensionAgencyIDType
-
createExtensionAgencyNameType
public ExtensionAgencyNameType createExtensionAgencyNameType()
Create an instance ofExtensionAgencyNameType
-
createExtensionAgencyURIType
public ExtensionAgencyURIType createExtensionAgencyURIType()
Create an instance ofExtensionAgencyURIType
-
createExtensionContentType
public ExtensionContentType createExtensionContentType()
Create an instance ofExtensionContentType
-
createExtensionReasonType
public ExtensionReasonType createExtensionReasonType()
Create an instance ofExtensionReasonType
-
createExtensionReasonCodeType
public ExtensionReasonCodeType createExtensionReasonCodeType()
Create an instance ofExtensionReasonCodeType
-
createExtensionURIType
public ExtensionURIType createExtensionURIType()
Create an instance ofExtensionURIType
-
createExtensionVersionIDType
public ExtensionVersionIDType createExtensionVersionIDType()
Create an instance ofExtensionVersionIDType
-
createUBLExtensions
public javax.xml.bind.JAXBElement<UBLExtensionsType> createUBLExtensions(UBLExtensionsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UBLExtensionsType>
-
createUBLExtension
public javax.xml.bind.JAXBElement<UBLExtensionType> createUBLExtension(UBLExtensionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UBLExtensionType>
-
createExtensionAgencyID
public javax.xml.bind.JAXBElement<ExtensionAgencyIDType> createExtensionAgencyID(ExtensionAgencyIDType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionAgencyIDType>
-
createExtensionAgencyName
public javax.xml.bind.JAXBElement<ExtensionAgencyNameType> createExtensionAgencyName(ExtensionAgencyNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionAgencyNameType>
-
createExtensionAgencyURI
public javax.xml.bind.JAXBElement<ExtensionAgencyURIType> createExtensionAgencyURI(ExtensionAgencyURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionAgencyURIType>
-
createExtensionContent
public javax.xml.bind.JAXBElement<ExtensionContentType> createExtensionContent(ExtensionContentType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionContentType>
-
createExtensionReason
public javax.xml.bind.JAXBElement<ExtensionReasonType> createExtensionReason(ExtensionReasonType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionReasonType>
-
createExtensionReasonCode
public javax.xml.bind.JAXBElement<ExtensionReasonCodeType> createExtensionReasonCode(ExtensionReasonCodeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionReasonCodeType>
-
createExtensionURI
public javax.xml.bind.JAXBElement<ExtensionURIType> createExtensionURI(ExtensionURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionURIType>
-
createExtensionVersionID
public javax.xml.bind.JAXBElement<ExtensionVersionIDType> createExtensionVersionID(ExtensionVersionIDType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionVersionIDType>
-
-