@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
| 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.bc
|
public static final QName _AddressAddressArea_QNAME
public static final QName _AddressAdminUnitLocationOne_QNAME
public static final QName _AddressAdminUnitLocationTwo_QNAME
public static final QName _AddressFullAddress_QNAME
public static final QName _AddressID_QNAME
public static final QName _AddressLocatorDesignator_QNAME
public static final QName _AddressLocatorName_QNAME
public static final QName _AddressPostCode_QNAME
public static final QName _AddressPostName_QNAME
public static final QName _AddressPostOfficeBox_QNAME
public static final QName _AddressThoroughfare_QNAME
public static final QName _GeometryCoordinateReferenceSystemID_QNAME
public static final QName _GeometryCoordinates_QNAME
public static final QName _GeometryTypeCode_QNAME
public static final QName _JurisdictionID_QNAME
public static final QName _JurisdictionName_QNAME
public static final QName _LegalEntityAlternativeName_QNAME
public static final QName _LegalEntityCompanyActivityCode_QNAME
public static final QName _LegalEntityCompanyStatusCode_QNAME
public static final QName _LegalEntityCompanyTypeCode_QNAME
public static final QName _LegalEntityID_QNAME
public static final QName _LegalEntityLegalID_QNAME
public static final QName _LegalEntityLegalName_QNAME
public static final QName _LocationGeographicID_QNAME
public static final QName _LocationGeographicName_QNAME
public static final QName _PersonAlternativeName_QNAME
public static final QName _PersonBirthDate_QNAME
public static final QName _PersonBirthName_QNAME
public static final QName _PersonDeathDate_QNAME
public static final QName _PersonFamilyName_QNAME
public static final QName _PersonFullName_QNAME
public static final QName _PersonGenderCode_QNAME
public static final QName _PersonGivenName_QNAME
public static final QName _PersonID_QNAME
public static final QName _PersonPatronymicName_QNAME
public ObjectFactory()
@Nonnull public AddressAddressAreaType createAddressAddressAreaType()
AddressAddressAreaTypenull.@Nonnull public AddressAdminUnitLocationOneType createAddressAdminUnitLocationOneType()
AddressAdminUnitLocationOneTypenull.@Nonnull public AddressAdminUnitLocationTwoType createAddressAdminUnitLocationTwoType()
AddressAdminUnitLocationTwoTypenull.@Nonnull public AddressFullAddressType createAddressFullAddressType()
AddressFullAddressTypenull.@Nonnull public AddressIDType createAddressIDType()
AddressIDTypenull.@Nonnull public AddressLocatorDesignatorType createAddressLocatorDesignatorType()
AddressLocatorDesignatorTypenull.@Nonnull public AddressLocatorNameType createAddressLocatorNameType()
AddressLocatorNameTypenull.@Nonnull public AddressPostCodeType createAddressPostCodeType()
AddressPostCodeTypenull.@Nonnull public AddressPostNameType createAddressPostNameType()
AddressPostNameTypenull.@Nonnull public AddressPostOfficeBoxType createAddressPostOfficeBoxType()
AddressPostOfficeBoxTypenull.@Nonnull public AddressThoroughfareType createAddressThoroughfareType()
AddressThoroughfareTypenull.@Nonnull public GeometryCoordinateReferenceSystemIDType createGeometryCoordinateReferenceSystemIDType()
GeometryCoordinateReferenceSystemIDTypenull.@Nonnull public GeometryCoordinatesType createGeometryCoordinatesType()
GeometryCoordinatesTypenull.@Nonnull public GeometryTypeCodeType createGeometryTypeCodeType()
GeometryTypeCodeTypenull.@Nonnull public JurisdictionIDType createJurisdictionIDType()
JurisdictionIDTypenull.@Nonnull public JurisdictionNameType createJurisdictionNameType()
JurisdictionNameTypenull.@Nonnull public LegalEntityAlternativeNameType createLegalEntityAlternativeNameType()
LegalEntityAlternativeNameTypenull.@Nonnull public LegalEntityCompanyActivityCodeType createLegalEntityCompanyActivityCodeType()
LegalEntityCompanyActivityCodeTypenull.@Nonnull public LegalEntityCompanyStatusCodeType createLegalEntityCompanyStatusCodeType()
LegalEntityCompanyStatusCodeTypenull.@Nonnull public LegalEntityCompanyTypeCodeType createLegalEntityCompanyTypeCodeType()
LegalEntityCompanyTypeCodeTypenull.@Nonnull public LegalEntityIDType createLegalEntityIDType()
LegalEntityIDTypenull.@Nonnull public LegalEntityLegalIDType createLegalEntityLegalIDType()
LegalEntityLegalIDTypenull.@Nonnull public LegalEntityLegalNameType createLegalEntityLegalNameType()
LegalEntityLegalNameTypenull.@Nonnull public LocationGeographicIDType createLocationGeographicIDType()
LocationGeographicIDTypenull.@Nonnull public LocationGeographicNameType createLocationGeographicNameType()
LocationGeographicNameTypenull.@Nonnull public PersonAlternativeNameType createPersonAlternativeNameType()
PersonAlternativeNameTypenull.@Nonnull public PersonBirthDateType createPersonBirthDateType()
PersonBirthDateTypenull.@Nonnull public PersonBirthNameType createPersonBirthNameType()
PersonBirthNameTypenull.@Nonnull public PersonDeathDateType createPersonDeathDateType()
PersonDeathDateTypenull.@Nonnull public PersonFamilyNameType createPersonFamilyNameType()
PersonFamilyNameTypenull.@Nonnull public PersonFullNameType createPersonFullNameType()
PersonFullNameTypenull.@Nonnull public PersonGenderCodeType createPersonGenderCodeType()
PersonGenderCodeTypenull.@Nonnull public PersonGivenNameType createPersonGivenNameType()
PersonGivenNameTypenull.@Nonnull public PersonIDType createPersonIDType()
PersonIDTypenull.@Nonnull public PersonPatronymicNameType createPersonPatronymicNameType()
PersonPatronymicNameTypenull.@Nonnull public InputDescriptionType createInputDescriptionType()
InputDescriptionTypenull.@Nonnull public InputNameType createInputNameType()
InputNameTypenull.@Nonnull public InputTypeCodeType createInputTypeCodeType()
InputTypeCodeTypenull.@Nonnull public JAXBElement<AddressAddressAreaType> createAddressAddressArea(@Nullable AddressAddressAreaType value)
value - Java instance representing xml element's value.JAXBElement<AddressAddressAreaType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressAdminUnitLocationOneType> createAddressAdminUnitLocationOne(@Nullable AddressAdminUnitLocationOneType value)
value - Java instance representing xml element's value.JAXBElement<AddressAdminUnitLocationOneType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressAdminUnitLocationTwoType> createAddressAdminUnitLocationTwo(@Nullable AddressAdminUnitLocationTwoType value)
value - Java instance representing xml element's value.JAXBElement<AddressAdminUnitLocationTwoType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressFullAddressType> createAddressFullAddress(@Nullable AddressFullAddressType value)
value - Java instance representing xml element's value.JAXBElement<AddressFullAddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressIDType> createAddressID(@Nullable AddressIDType value)
value - Java instance representing xml element's value.JAXBElement<AddressIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressLocatorDesignatorType> createAddressLocatorDesignator(@Nullable AddressLocatorDesignatorType value)
value - Java instance representing xml element's value.JAXBElement<AddressLocatorDesignatorType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressLocatorNameType> createAddressLocatorName(@Nullable AddressLocatorNameType value)
value - Java instance representing xml element's value.JAXBElement<AddressLocatorNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressPostCodeType> createAddressPostCode(@Nullable AddressPostCodeType value)
value - Java instance representing xml element's value.JAXBElement<AddressPostCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressPostNameType> createAddressPostName(@Nullable AddressPostNameType value)
value - Java instance representing xml element's value.JAXBElement<AddressPostNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressPostOfficeBoxType> createAddressPostOfficeBox(@Nullable AddressPostOfficeBoxType value)
value - Java instance representing xml element's value.JAXBElement<AddressPostOfficeBoxType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressThoroughfareType> createAddressThoroughfare(@Nullable AddressThoroughfareType value)
value - Java instance representing xml element's value.JAXBElement<AddressThoroughfareType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryCoordinateReferenceSystemIDType> createGeometryCoordinateReferenceSystemID(@Nullable GeometryCoordinateReferenceSystemIDType value)
value - Java instance representing xml element's value.JAXBElement<GeometryCoordinateReferenceSystemIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryCoordinatesType> createGeometryCoordinates(@Nullable GeometryCoordinatesType value)
value - Java instance representing xml element's value.JAXBElement<GeometryCoordinatesType> The created JAXBElement and never null.@Nonnull public JAXBElement<GeometryTypeCodeType> createGeometryTypeCode(@Nullable GeometryTypeCodeType value)
value - Java instance representing xml element's value.JAXBElement<GeometryTypeCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionIDType> createJurisdictionID(@Nullable JurisdictionIDType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<JurisdictionNameType> createJurisdictionName(@Nullable JurisdictionNameType value)
value - Java instance representing xml element's value.JAXBElement<JurisdictionNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityAlternativeNameType> createLegalEntityAlternativeName(@Nullable LegalEntityAlternativeNameType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityAlternativeNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityCompanyActivityCodeType> createLegalEntityCompanyActivityCode(@Nullable LegalEntityCompanyActivityCodeType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityCompanyActivityCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityCompanyStatusCodeType> createLegalEntityCompanyStatusCode(@Nullable LegalEntityCompanyStatusCodeType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityCompanyStatusCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityCompanyTypeCodeType> createLegalEntityCompanyTypeCode(@Nullable LegalEntityCompanyTypeCodeType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityCompanyTypeCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityIDType> createLegalEntityID(@Nullable LegalEntityIDType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityLegalIDType> createLegalEntityLegalID(@Nullable LegalEntityLegalIDType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityLegalIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<LegalEntityLegalNameType> createLegalEntityLegalName(@Nullable LegalEntityLegalNameType value)
value - Java instance representing xml element's value.JAXBElement<LegalEntityLegalNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationGeographicIDType> createLocationGeographicID(@Nullable LocationGeographicIDType value)
value - Java instance representing xml element's value.JAXBElement<LocationGeographicIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationGeographicNameType> createLocationGeographicName(@Nullable LocationGeographicNameType value)
value - Java instance representing xml element's value.JAXBElement<LocationGeographicNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonAlternativeNameType> createPersonAlternativeName(@Nullable PersonAlternativeNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonAlternativeNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonBirthDateType> createPersonBirthDate(@Nullable PersonBirthDateType value)
value - Java instance representing xml element's value.JAXBElement<PersonBirthDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonBirthNameType> createPersonBirthName(@Nullable PersonBirthNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonBirthNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonDeathDateType> createPersonDeathDate(@Nullable PersonDeathDateType value)
value - Java instance representing xml element's value.JAXBElement<PersonDeathDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonFamilyNameType> createPersonFamilyName(@Nullable PersonFamilyNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonFamilyNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonFullNameType> createPersonFullName(@Nullable PersonFullNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonFullNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonGenderCodeType> createPersonGenderCode(@Nullable PersonGenderCodeType value)
value - Java instance representing xml element's value.JAXBElement<PersonGenderCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonGivenNameType> createPersonGivenName(@Nullable PersonGivenNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonGivenNameType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonIDType> createPersonID(@Nullable PersonIDType value)
value - Java instance representing xml element's value.JAXBElement<PersonIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<PersonPatronymicNameType> createPersonPatronymicName(@Nullable PersonPatronymicNameType value)
value - Java instance representing xml element's value.JAXBElement<PersonPatronymicNameType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.