org.citygml4j.model.citygml.transportation
Interface AuxiliaryTrafficAreaProperty

All Superinterfaces:
Association<AuxiliaryTrafficArea>, AssociationAttributeGroup, AssociationByRep<AuxiliaryTrafficArea>, AssociationByRepOrRef<AuxiliaryTrafficArea>, Child, CityGML, Copyable, FeatureProperty<AuxiliaryTrafficArea>, GML, ModelObject, TransportationModuleComponent
All Known Implementing Classes:
AuxiliaryTrafficAreaPropertyImpl

public interface AuxiliaryTrafficAreaProperty
extends TransportationModuleComponent, FeatureProperty<AuxiliaryTrafficArea>


Method Summary
 AuxiliaryTrafficArea getAuxiliaryTrafficArea()
           
 boolean isSetAuxiliaryTrafficArea()
           
 void setAuxiliaryTrafficArea(AuxiliaryTrafficArea auxiliaryTrafficArea)
           
 void unsetAuxiliaryTrafficArea()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.gml.feature.FeatureProperty
getFeature, getGenericADEComponent, isSetFeature, isSetGenericADEComponent, setFeature, setGenericADEComponent, unsetFeature, unsetGenericADEComponent
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getAuxiliaryTrafficArea

AuxiliaryTrafficArea getAuxiliaryTrafficArea()

isSetAuxiliaryTrafficArea

boolean isSetAuxiliaryTrafficArea()

setAuxiliaryTrafficArea

void setAuxiliaryTrafficArea(AuxiliaryTrafficArea auxiliaryTrafficArea)

unsetAuxiliaryTrafficArea

void unsetAuxiliaryTrafficArea()