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 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.ubl2.jaxb.ecdt
-
Method Summary
-
-
-
Method Detail
-
createUBLExtensionsType
public UBLExtensionsType createUBLExtensionsType()
Create an instance ofUBLExtensionsType- Returns:
- the new instance of
UBLExtensionsType
-
createUBLExtensionType
public UBLExtensionType createUBLExtensionType()
Create an instance ofUBLExtensionType- Returns:
- the new instance of
UBLExtensionType
-
createExtensionAgencyIDType
public ExtensionAgencyIDType createExtensionAgencyIDType()
Create an instance ofExtensionAgencyIDType- Returns:
- the new instance of
ExtensionAgencyIDType
-
createExtensionAgencyNameType
public ExtensionAgencyNameType createExtensionAgencyNameType()
Create an instance ofExtensionAgencyNameType- Returns:
- the new instance of
ExtensionAgencyNameType
-
createExtensionAgencyURIType
public ExtensionAgencyURIType createExtensionAgencyURIType()
Create an instance ofExtensionAgencyURIType- Returns:
- the new instance of
ExtensionAgencyURIType
-
createExtensionContentType
public ExtensionContentType createExtensionContentType()
Create an instance ofExtensionContentType- Returns:
- the new instance of
ExtensionContentType
-
createExtensionReasonType
public ExtensionReasonType createExtensionReasonType()
Create an instance ofExtensionReasonType- Returns:
- the new instance of
ExtensionReasonType
-
createExtensionReasonCodeType
public ExtensionReasonCodeType createExtensionReasonCodeType()
Create an instance ofExtensionReasonCodeType- Returns:
- the new instance of
ExtensionReasonCodeType
-
createExtensionURIType
public ExtensionURIType createExtensionURIType()
Create an instance ofExtensionURIType- Returns:
- the new instance of
ExtensionURIType
-
createExtensionVersionIDType
public ExtensionVersionIDType createExtensionVersionIDType()
Create an instance ofExtensionVersionIDType- Returns:
- the new instance of
ExtensionVersionIDType
-
createUBLExtensions
public jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind.JAXBElement<ExtensionVersionIDType> createExtensionVersionID(ExtensionVersionIDType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExtensionVersionIDType>
-
-