public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public UBLExtensionsType createUBLExtensionsType()
UBLExtensionsTypepublic UBLExtensionType createUBLExtensionType()
UBLExtensionTypepublic ExtensionAgencyIDType createExtensionAgencyIDType()
ExtensionAgencyIDTypepublic ExtensionAgencyNameType createExtensionAgencyNameType()
ExtensionAgencyNameTypepublic ExtensionAgencyURIType createExtensionAgencyURIType()
ExtensionAgencyURITypepublic ExtensionContentType createExtensionContentType()
ExtensionContentTypepublic ExtensionReasonType createExtensionReasonType()
ExtensionReasonTypepublic ExtensionReasonCodeType createExtensionReasonCodeType()
ExtensionReasonCodeTypepublic ExtensionURIType createExtensionURIType()
ExtensionURITypepublic ExtensionVersionIDType createExtensionVersionIDType()
ExtensionVersionIDTypepublic JAXBElement<UBLExtensionsType> createUBLExtensions(UBLExtensionsType value)
public JAXBElement<UBLExtensionType> createUBLExtension(UBLExtensionType value)
public JAXBElement<ExtensionAgencyIDType> createExtensionAgencyID(ExtensionAgencyIDType value)
public JAXBElement<ExtensionAgencyNameType> createExtensionAgencyName(ExtensionAgencyNameType value)
public JAXBElement<ExtensionAgencyURIType> createExtensionAgencyURI(ExtensionAgencyURIType value)
public JAXBElement<ExtensionContentType> createExtensionContent(ExtensionContentType value)
public JAXBElement<ExtensionReasonType> createExtensionReason(ExtensionReasonType value)
public JAXBElement<ExtensionReasonCodeType> createExtensionReasonCode(ExtensionReasonCodeType value)
public JAXBElement<ExtensionURIType> createExtensionURI(ExtensionURIType value)
public JAXBElement<ExtensionVersionIDType> createExtensionVersionID(ExtensionVersionIDType value)
Copyright © 2023 NorStella. All rights reserved.