@CodingStyleguideUnaware 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| 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 |
_Name_QNAME |
static QName |
_SMPExtension_QNAME |
static QName |
_SMPExtensions_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xsds.bdxr.smp2.ec
|
public static final QName _SMPExtensions_QNAME
public static final QName _SMPExtension_QNAME
public static final QName _Name_QNAME
public static final QName _ExtensionAgencyID_QNAME
public static final QName _ExtensionAgencyName_QNAME
public static final QName _ExtensionAgencyURI_QNAME
public static final QName _ExtensionContent_QNAME
public static final QName _ExtensionReason_QNAME
public static final QName _ExtensionReasonCode_QNAME
public static final QName _ExtensionURI_QNAME
public static final QName _ExtensionVersionID_QNAME
public ObjectFactory()
@Nonnull public SMPExtensionsType createSMPExtensionsType()
SMPExtensionsTypenull.@Nonnull public SMPExtensionType createSMPExtensionType()
SMPExtensionTypenull.@Nonnull public NameType createNameType()
NameTypenull.@Nonnull public ExtensionAgencyIDType createExtensionAgencyIDType()
ExtensionAgencyIDTypenull.@Nonnull public ExtensionAgencyNameType createExtensionAgencyNameType()
ExtensionAgencyNameTypenull.@Nonnull public ExtensionAgencyURIType createExtensionAgencyURIType()
ExtensionAgencyURITypenull.@Nonnull public ExtensionContentType createExtensionContentType()
ExtensionContentTypenull.@Nonnull public ExtensionReasonType createExtensionReasonType()
ExtensionReasonTypenull.@Nonnull public ExtensionReasonCodeType createExtensionReasonCodeType()
ExtensionReasonCodeTypenull.@Nonnull public ExtensionURIType createExtensionURIType()
ExtensionURITypenull.@Nonnull public ExtensionVersionIDType createExtensionVersionIDType()
ExtensionVersionIDTypenull.@Nonnull public JAXBElement<SMPExtensionsType> createSMPExtensions(@Nullable SMPExtensionsType value)
value - Java instance representing xml element's value.JAXBElement<SMPExtensionsType> The created JAXBElement and never null.@Nonnull public JAXBElement<SMPExtensionType> createSMPExtension(@Nullable SMPExtensionType value)
value - Java instance representing xml element's value.JAXBElement<SMPExtensionType> The created JAXBElement and never null.@Nonnull public JAXBElement<NameType> createName(@Nullable NameType value)
value - Java instance representing xml element's value.JAXBElement<NameType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionAgencyIDType> createExtensionAgencyID(@Nullable ExtensionAgencyIDType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionAgencyIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionAgencyNameType> createExtensionAgencyName(@Nullable ExtensionAgencyNameType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionAgencyNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionAgencyURIType> createExtensionAgencyURI(@Nullable ExtensionAgencyURIType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionAgencyURIType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionContentType> createExtensionContent(@Nullable ExtensionContentType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionContentType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionReasonType> createExtensionReason(@Nullable ExtensionReasonType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionReasonType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionReasonCodeType> createExtensionReasonCode(@Nullable ExtensionReasonCodeType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionReasonCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionURIType> createExtensionURI(@Nullable ExtensionURIType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionURIType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExtensionVersionIDType> createExtensionVersionID(@Nullable ExtensionVersionIDType value)
value - Java instance representing xml element's value.JAXBElement<ExtensionVersionIDType> The created JAXBElement and never null.Copyright © 2019–2020 Philip Helger. All rights reserved.