@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 |
_CoreAddress_QNAME |
static QName |
_CoreBusiness_QNAME |
static QName |
_CoreLocation_QNAME |
static QName |
_CorePerson_QNAME |
static QName |
_Geometry_QNAME |
static QName |
_Jurisdiction_QNAME |
static QName |
_LegalEntityCoreAddress_QNAME |
static QName |
_LegalEntityCoreLocation_QNAME |
static QName |
_LocationCoreAddress_QNAME |
static QName |
_LocationGeometry_QNAME |
static QName |
_PersonCitizenshipJurisdiction_QNAME |
static QName |
_PersonCoreAddress_QNAME |
static QName |
_PersonCountryOfBirthCoreLocation_QNAME |
static QName |
_PersonCountryOfDeathCoreLocation_QNAME |
static QName |
_PersonPlaceOfBirthCoreLocation_QNAME |
static QName |
_PersonPlaceOfDeathCoreLocation_QNAME |
static QName |
_PersonResidencyJurisdiction_QNAME |
static QName |
_RegisteredCoreAddress_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.w3.cv.ac
|
public static final QName _CoreAddress_QNAME
public static final QName _CoreBusiness_QNAME
public static final QName _CoreLocation_QNAME
public static final QName _CorePerson_QNAME
public static final QName _Geometry_QNAME
public static final QName _Jurisdiction_QNAME
public static final QName _LegalEntityCoreAddress_QNAME
public static final QName _LegalEntityCoreLocation_QNAME
public static final QName _LocationCoreAddress_QNAME
public static final QName _LocationGeometry_QNAME
public static final QName _PersonCitizenshipJurisdiction_QNAME
public static final QName _PersonCoreAddress_QNAME
public static final QName _PersonCountryOfBirthCoreLocation_QNAME
public static final QName _PersonCountryOfDeathCoreLocation_QNAME
public static final QName _PersonPlaceOfBirthCoreLocation_QNAME
public static final QName _PersonPlaceOfDeathCoreLocation_QNAME
public static final QName _PersonResidencyJurisdiction_QNAME
public static final QName _RegisteredCoreAddress_QNAME
public ObjectFactory()
@Nonnull public CoreAddressType createCoreAddressType()
CoreAddressTypenull.@Nonnull public CoreBusinessType createCoreBusinessType()
CoreBusinessTypenull.@Nonnull public CoreLocationType createCoreLocationType()
CoreLocationTypenull.@Nonnull public CorePersonType createCorePersonType()
CorePersonTypenull.@Nonnull public GeometryType createGeometryType()
GeometryTypenull.@Nonnull public JurisdictionType createJurisdictionType()
JurisdictionTypenull.@Nonnull public JAXBElement<CoreAddressType> createCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreBusinessType> createCoreBusiness(@Nullable CoreBusinessType value)
value - Java instance representing xml element's value.JAXBElement<CoreBusinessType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CorePersonType> createCorePerson(@Nullable CorePersonType value)
value - Java instance representing xml element's value.JAXBElement<CorePersonType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryType> createGeometry(@Nullable GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createLegalEntityCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createLegalEntityCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createLocationCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryType> createLocationGeometry(@Nullable GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createPersonCitizenshipJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createPersonCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonCountryOfBirthCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonCountryOfDeathCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonPlaceOfBirthCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreLocationType> createPersonPlaceOfDeathCoreLocation(@Nullable CoreLocationType value)
value - Java instance representing xml element's value.JAXBElement<CoreLocationType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionType> createPersonResidencyJurisdiction(@Nullable JurisdictionType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionType> The created JAXBElement and never null.@Nonnull public JAXBElement<CoreAddressType> createRegisteredCoreAddress(@Nullable CoreAddressType value)
value - Java instance representing xml element's value.JAXBElement<CoreAddressType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.