|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.citygml.core._2.AddressType
public class AddressType
Type for addresses. It references the xAL address standard issued by the OASIS consortium. Please note, that addresses are modelled as GML features. Every address can be assigned zero or more 2D or 3D point geometries (one gml:MultiPoint geometry) locating the entrance(s).
Java-Klasse für AddressType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AddressType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractFeatureType"> <sequence> <element name="xalAddress" type="{http://www.opengis.net/citygml/2.0}xalAddressPropertyType"/> <element name="multiPoint" type="{http://www.opengis.net/gml}MultiPointPropertyType" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/2.0}_GenericApplicationPropertyOfAddress" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AddressType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
get_GenericApplicationPropertyOfAddress()
Gets the value of the genericApplicationPropertyOfAddress property. |
MultiPointPropertyType |
getMultiPoint()
Ruft den Wert der multiPoint-Eigenschaft ab. |
XalAddressPropertyType |
getXalAddress()
Ruft den Wert der xalAddress-Eigenschaft ab. |
boolean |
isSet_GenericApplicationPropertyOfAddress()
|
boolean |
isSetMultiPoint()
|
boolean |
isSetXalAddress()
|
void |
set_GenericApplicationPropertyOfAddress(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAddress)
Sets the value of the _GenericApplicationPropertyOfAddress property. |
void |
setMultiPoint(MultiPointPropertyType value)
Legt den Wert der multiPoint-Eigenschaft fest. |
void |
setXalAddress(XalAddressPropertyType value)
Legt den Wert der xalAddress-Eigenschaft fest. |
void |
unset_GenericApplicationPropertyOfAddress()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType |
---|
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressType()
Method Detail |
---|
public XalAddressPropertyType getXalAddress()
XalAddressPropertyType
public void setXalAddress(XalAddressPropertyType value)
value
- allowed object is
XalAddressPropertyType
public boolean isSetXalAddress()
public MultiPointPropertyType getMultiPoint()
MultiPointPropertyType
public void setMultiPoint(MultiPointPropertyType value)
value
- allowed object is
MultiPointPropertyType
public boolean isSetMultiPoint()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAddress()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the genericApplicationPropertyOfAddress property.
For example, to add a new item, do as follows:
get_GenericApplicationPropertyOfAddress().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
Object
>
public boolean isSet_GenericApplicationPropertyOfAddress()
public void unset_GenericApplicationPropertyOfAddress()
public void set_GenericApplicationPropertyOfAddress(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAddress)
genericApplicationPropertyOfAddress
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
Object
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |