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.
| Modifier and Type | Field and Description |
|---|---|
static QName |
_ExtensionAgencyID_QNAME |
static QName |
_ExtensionAgencyName_QNAME |
static QName |
_ExtensionAgencyURI_QNAME |
static QName |
_ExtensionContent_QNAME |
static QName |
_ExtensionReason_QNAME |
static QName |
_ExtensionReasonCode_QNAME |
static QName |
_ExtensionURI_QNAME |
static QName |
_ExtensionVersionID_QNAME |
static QName |
_UBLExtension_QNAME |
static QName |
_UBLExtensions_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.specification.ubl.schema.xsd.commonextensioncomponents_2
|
public static final QName _ExtensionVersionID_QNAME
public static final QName _ExtensionReasonCode_QNAME
public static final QName _ExtensionAgencyName_QNAME
public static final QName _ExtensionAgencyID_QNAME
public static final QName _ExtensionAgencyURI_QNAME
public static final QName _UBLExtensions_QNAME
public static final QName _ExtensionURI_QNAME
public static final QName _ExtensionReason_QNAME
public static final QName _UBLExtension_QNAME
public static final QName _ExtensionContent_QNAME
public ObjectFactory()
@Nonnull public ExtensionAgencyIDType createExtensionAgencyIDType()
ExtensionAgencyIDTypenull.@Nonnull public ExtensionAgencyNameType createExtensionAgencyNameType()
ExtensionAgencyNameTypenull.@Nonnull public UBLExtensionType createUBLExtensionType()
UBLExtensionTypenull.@Nonnull public UBLExtensionsType createUBLExtensionsType()
UBLExtensionsTypenull.@Nonnull public ExtensionReasonType createExtensionReasonType()
ExtensionReasonTypenull.@Nonnull public ExtensionAgencyURIType createExtensionAgencyURIType()
ExtensionAgencyURITypenull.@Nonnull public ExtensionReasonCodeType createExtensionReasonCodeType()
ExtensionReasonCodeTypenull.@Nonnull public ExtensionContentType createExtensionContentType()
ExtensionContentTypenull.@Nonnull public ExtensionVersionIDType createExtensionVersionIDType()
ExtensionVersionIDTypenull.@Nonnull public ExtensionURIType createExtensionURIType()
ExtensionURITypenull.@Nonnull public JAXBElement<ExtensionVersionIDType> createExtensionVersionID(@Nullable ExtensionVersionIDType value)
null.@Nonnull public JAXBElement<ExtensionReasonCodeType> createExtensionReasonCode(@Nullable ExtensionReasonCodeType value)
null.@Nonnull public JAXBElement<ExtensionAgencyNameType> createExtensionAgencyName(@Nullable ExtensionAgencyNameType value)
null.@Nonnull public JAXBElement<ExtensionAgencyIDType> createExtensionAgencyID(@Nullable ExtensionAgencyIDType value)
null.@Nonnull public JAXBElement<ExtensionAgencyURIType> createExtensionAgencyURI(@Nullable ExtensionAgencyURIType value)
null.@Nonnull public JAXBElement<UBLExtensionsType> createUBLExtensions(@Nullable UBLExtensionsType value)
null.@Nonnull public JAXBElement<ExtensionURIType> createExtensionURI(@Nullable ExtensionURIType value)
null.@Nonnull public JAXBElement<ExtensionReasonType> createExtensionReason(@Nullable ExtensionReasonType value)
null.@Nonnull public JAXBElement<UBLExtensionType> createUBLExtension(@Nullable UBLExtensionType value)
null.@Nonnull public JAXBElement<ExtensionContentType> createExtensionContent(@Nullable ExtensionContentType value)
null.Copyright © 2014 Philip Helger. All rights reserved.