org.citygml4j.jaxb.citygml.core._2
Class AddressType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.citygml.core._2.AddressType

public class AddressType
extends AbstractFeatureType

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

AddressType

public AddressType()
Method Detail

getXalAddress

public XalAddressPropertyType getXalAddress()
Ruft den Wert der xalAddress-Eigenschaft ab.

Returns:
possible object is XalAddressPropertyType

setXalAddress

public void setXalAddress(XalAddressPropertyType value)
Legt den Wert der xalAddress-Eigenschaft fest.

Parameters:
value - allowed object is XalAddressPropertyType

isSetXalAddress

public boolean isSetXalAddress()

getMultiPoint

public MultiPointPropertyType getMultiPoint()
Ruft den Wert der multiPoint-Eigenschaft ab.

Returns:
possible object is MultiPointPropertyType

setMultiPoint

public void setMultiPoint(MultiPointPropertyType value)
Legt den Wert der multiPoint-Eigenschaft fest.

Parameters:
value - allowed object is MultiPointPropertyType

isSetMultiPoint

public boolean isSetMultiPoint()

get_GenericApplicationPropertyOfAddress

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAddress()
Gets the value of the genericApplicationPropertyOfAddress property.

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>


isSet_GenericApplicationPropertyOfAddress

public boolean isSet_GenericApplicationPropertyOfAddress()

unset_GenericApplicationPropertyOfAddress

public void unset_GenericApplicationPropertyOfAddress()

set_GenericApplicationPropertyOfAddress

public void set_GenericApplicationPropertyOfAddress(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAddress)
Sets the value of the _GenericApplicationPropertyOfAddress property.

Parameters:
genericApplicationPropertyOfAddress - allowed object is JAXBElement<Object> JAXBElement<Object>