public class Door extends AbstractOpening implements BridgeModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
Door() |
Door(BridgeModule module) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FeatureFunctor<T> visitor) |
void |
accept(FeatureVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addAddress(AddressProperty address) |
void |
addGenericApplicationPropertyOfDoor(ADEComponent ade) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.util.List<AddressProperty> |
getAddress() |
CityGMLClass |
getCityGMLClass() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfDoor() |
boolean |
isSetAddress() |
boolean |
isSetGenericApplicationPropertyOfDoor() |
void |
setAddress(java.util.List<AddressProperty> address) |
void |
setGenericApplicationPropertyOfDoor(java.util.List<ADEComponent> ade) |
void |
unsetAddress() |
boolean |
unsetAddress(AddressProperty address) |
void |
unsetGenericApplicationPropertyOfDoor() |
boolean |
unsetGenericApplicationPropertyOfDoor(ADEComponent ade) |
addGenericApplicationPropertyOfOpening, calcBoundedBy, getCityGMLModule, getGenericApplicationPropertyOfOpening, getLod3ImplicitRepresentation, getLod3MultiSurface, getLod4ImplicitRepresentation, getLod4MultiSurface, getLodRepresentation, isSetCityGMLModule, isSetGenericApplicationPropertyOfOpening, isSetLod3ImplicitRepresentation, isSetLod3MultiSurface, isSetLod4ImplicitRepresentation, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3ImplicitRepresentation, setLod3MultiSurface, setLod4ImplicitRepresentation, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpening, unsetGenericApplicationPropertyOfOpening, unsetLod3ImplicitRepresentation, unsetLod3MultiSurface, unsetLod4ImplicitRepresentation, unsetLod4MultiSurface
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getModelType, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetRelativeToTerrain, unsetRelativeToWater, unsetTerminationDate
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCityGMLModule, isSetCityGMLModule
getModelType
public Door()
public Door(BridgeModule module)
public void addAddress(AddressProperty address)
public java.util.List<AddressProperty> getAddress()
public boolean isSetAddress()
public void setAddress(java.util.List<AddressProperty> address)
public void unsetAddress()
public boolean unsetAddress(AddressProperty address)
public void addGenericApplicationPropertyOfDoor(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfDoor()
public boolean isSetGenericApplicationPropertyOfDoor()
public void setGenericApplicationPropertyOfDoor(java.util.List<ADEComponent> ade)
public void unsetGenericApplicationPropertyOfDoor()
public boolean unsetGenericApplicationPropertyOfDoor(ADEComponent ade)
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractOpening
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML