org.citygml4j.jaxb.citygml._0_4
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._0_4.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 class for AddressType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AddressType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureType">
       <sequence>
         <element name="xalAddress" type="{http://www.citygml.org/citygml/1/0/0}xalAddressPropertyType"/>
         <element name="multiPoint" type="{http://www.opengis.net/gml}MultiPointPropertyType" minOccurs="0"/>
         <element ref="{http://www.citygml.org/citygml/1/0/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()
          Gets the value of the multiPoint property.
 XalAddressPropertyType getXalAddress()
          Gets the value of the xalAddress property.
 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)
          Sets the value of the multiPoint property.
 void setXalAddress(XalAddressPropertyType value)
          Sets the value of the xalAddress property.
 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()
Gets the value of the xalAddress property.

Returns:
possible object is XalAddressPropertyType

setXalAddress

public void setXalAddress(XalAddressPropertyType value)
Sets the value of the xalAddress property.

Parameters:
value - allowed object is XalAddressPropertyType

isSetXalAddress

public boolean isSetXalAddress()

getMultiPoint

public MultiPointPropertyType getMultiPoint()
Gets the value of the multiPoint property.

Returns:
possible object is MultiPointPropertyType

setMultiPoint

public void setMultiPoint(MultiPointPropertyType value)
Sets the value of the multiPoint property.

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>