@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 |
_Address_QNAME |
static QName |
_AddressArea_QNAME |
static QName |
_AddressId_QNAME |
static QName |
_AdminUnitLevel1_QNAME |
static QName |
_AdminUnitLevel2_QNAME |
static QName |
_Geometry_QNAME |
static QName |
_Location_QNAME |
static QName |
_LocatorDesignator_QNAME |
static QName |
_LocatorName_QNAME |
static QName |
_PoBox_QNAME |
static QName |
_PostCode_QNAME |
static QName |
_PostName_QNAME |
static QName |
_Thoroughfare_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.locn
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AddressType> |
createAddress(AddressType value)
|
JAXBElement<String> |
createAddressArea(String value)
|
JAXBElement<String> |
createAddressId(String value)
|
AddressType |
createAddressType()
Create an instance of
AddressType |
JAXBElement<String> |
createAdminUnitLevel1(String value)
|
JAXBElement<String> |
createAdminUnitLevel2(String value)
|
JAXBElement<GeometryType> |
createGeometry(GeometryType value)
|
GeometryType |
createGeometryType()
Create an instance of
GeometryType |
JAXBElement<LocationType> |
createLocation(LocationType value)
|
LocationType |
createLocationType()
Create an instance of
LocationType |
JAXBElement<String> |
createLocatorDesignator(String value)
|
JAXBElement<String> |
createLocatorName(String value)
|
JAXBElement<String> |
createPoBox(String value)
|
JAXBElement<String> |
createPostCode(String value)
|
JAXBElement<String> |
createPostName(String value)
|
JAXBElement<String> |
createThoroughfare(String value)
|
public static final QName _PoBox_QNAME
public static final QName _Thoroughfare_QNAME
public static final QName _LocatorDesignator_QNAME
public static final QName _LocatorName_QNAME
public static final QName _AddressArea_QNAME
public static final QName _PostName_QNAME
public static final QName _AdminUnitLevel1_QNAME
public static final QName _AdminUnitLevel2_QNAME
public static final QName _PostCode_QNAME
public static final QName _AddressId_QNAME
public static final QName _Address_QNAME
public static final QName _Geometry_QNAME
public static final QName _Location_QNAME
public ObjectFactory()
@Nonnull public AddressType createAddressType()
AddressTypenull.@Nonnull public GeometryType createGeometryType()
GeometryTypenull.@Nonnull public LocationType createLocationType()
LocationTypenull.@Nonnull public JAXBElement<String> createPoBox(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createThoroughfare(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createLocatorDesignator(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createLocatorName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAddressArea(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createPostName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAdminUnitLevel1(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAdminUnitLevel2(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createPostCode(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAddressId(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> 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<GeometryType> createGeometry(@Nullable GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType> The created JAXBElement and never null.@Nonnull public JAXBElement<LocationType> createLocation(@Nullable LocationType value)
value - Java instance representing xml element's value.JAXBElement<LocationType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.