@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 |
_AdditionalStreetName_QNAME |
static QName |
_Address_QNAME |
static QName |
_AddressFormatCode_QNAME |
static QName |
_AddressLine_QNAME |
static QName |
_AddressTypeCode_QNAME |
static QName |
_BlockName_QNAME |
static QName |
_BuildingName_QNAME |
static QName |
_BuildingNumber_QNAME |
static QName |
_CityName_QNAME |
static QName |
_CitySubdivisionName_QNAME |
static QName |
_CountryCode_QNAME |
static QName |
_CountrySubentity_QNAME |
static QName |
_Department_QNAME |
static QName |
_Description_QNAME |
static QName |
_District_QNAME |
static QName |
_Floor_QNAME |
static QName |
_HasCountrySubentityCode_QNAME |
static QName |
_Id_QNAME |
static QName |
_InhouseMail_QNAME |
static QName |
_MarkAttention_QNAME |
static QName |
_MarkCare_QNAME |
static QName |
_Period_QNAME |
static QName |
_PlotIdentification_QNAME |
static QName |
_PostalZone_QNAME |
static QName |
_Postbox_QNAME |
static QName |
_Region_QNAME |
static QName |
_Room_QNAME |
static QName |
_StreetName_QNAME |
static QName |
_TimezoneOffset_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.cv.cac
|
public static final QName _AdditionalStreetName_QNAME
public static final QName _AddressFormatCode_QNAME
public static final QName _AddressLine_QNAME
public static final QName _AddressTypeCode_QNAME
public static final QName _BlockName_QNAME
public static final QName _BuildingName_QNAME
public static final QName _BuildingNumber_QNAME
public static final QName _CityName_QNAME
public static final QName _CitySubdivisionName_QNAME
public static final QName _CountryCode_QNAME
public static final QName _CountrySubentity_QNAME
public static final QName _HasCountrySubentityCode_QNAME
public static final QName _Department_QNAME
public static final QName _Description_QNAME
public static final QName _District_QNAME
public static final QName _Floor_QNAME
public static final QName _Id_QNAME
public static final QName _InhouseMail_QNAME
public static final QName _MarkAttention_QNAME
public static final QName _MarkCare_QNAME
public static final QName _PlotIdentification_QNAME
public static final QName _PostalZone_QNAME
public static final QName _Postbox_QNAME
public static final QName _Region_QNAME
public static final QName _Room_QNAME
public static final QName _StreetName_QNAME
public static final QName _TimezoneOffset_QNAME
public static final QName _Address_QNAME
public static final QName _Period_QNAME
public ObjectFactory()
@Nonnull public PeriodType createPeriodType()
PeriodTypenull.@Nonnull public AddressType createAddressType()
AddressTypenull.@Nonnull public JAXBElement<TextType> createAdditionalStreetName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createAddressFormatCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createAddressLine(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createAddressTypeCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createBlockName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createBuildingName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createBuildingNumber(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createCityName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createCitySubdivisionName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createCountryCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createCountrySubentity(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<CodeType> createHasCountrySubentityCode(@Nullable CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createDepartment(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<DescriptionType> createDescription(@Nullable DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createDistrict(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createFloor(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createId(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createInhouseMail(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createMarkAttention(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createMarkCare(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPlotIdentification(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPostalZone(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createPostbox(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createRegion(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createRoom(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<TextType> createStreetName(@Nullable TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<NumericType> createTimezoneOffset(@Nullable NumericType value)
value - Java instance representing xml element's value.JAXBElement<NumericType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressType> createAddress(@Nullable AddressType value)
value - Java instance representing xml element's value.JAXBElement<AddressType> The created JAXBElement and never null.@Nonnull public JAXBElement<PeriodType> createPeriod(@Nullable PeriodType value)
value - Java instance representing xml element's value.JAXBElement<PeriodType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.