org.citygml4j.jaxb.citygml.tran._1
Class AuxiliaryTrafficAreaPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AssociationType
org.citygml4j.jaxb.citygml.tran._1.AuxiliaryTrafficAreaPropertyType
public class AuxiliaryTrafficAreaPropertyType
- extends AssociationType
Denotes the relation of TransportationComplex to its parts, which are auxiliary traffic areas. The TrafficAreaPropertyType element
must either carry a reference to a TrafficArea object or contain a TrafficArea object inline, but neither both nor none.
Java class for AuxiliaryTrafficAreaPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuxiliaryTrafficAreaPropertyType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AssociationType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/citygml/transportation/1.0}AuxiliaryTrafficArea"/>
</sequence>
</restriction>
</complexContent>
</complexType>
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 |
AuxiliaryTrafficAreaPropertyType
public AuxiliaryTrafficAreaPropertyType()