org.citygml4j.jaxb.citygml.core._1
Class AddressPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AssociationType
      extended by org.citygml4j.jaxb.citygml.core._1.AddressPropertyType

public class AddressPropertyType
extends AssociationType

Denotes the relation of an _CityObject to its addresses. The AddressPropertyType element must either carry a reference to an Address object or contain an Address object inline, but neither both nor none.

Java-Klasse für AddressPropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="AddressPropertyType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AssociationType">
       <sequence minOccurs="0">
         <element ref="{http://www.opengis.net/citygml/1.0}Address"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AddressPropertyType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AssociationType
get_ADEComponent, get_Object, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Object, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Object, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPropertyType

public AddressPropertyType()