public class InteriorFurnitureProperty extends FeatureProperty<BridgeFurniture> implements BridgeModuleComponent
Constructor and Description |
---|
InteriorFurnitureProperty() |
InteriorFurnitureProperty(BridgeFurniture bridgeFurniture) |
InteriorFurnitureProperty(BridgeModule module) |
InteriorFurnitureProperty(java.lang.String href) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<BridgeFurniture> |
getAssociableClass() |
BridgeFurniture |
getBridgeFurniture() |
CityGMLClass |
getCityGMLClass() |
BridgeModule |
getCityGMLModule() |
boolean |
isSetBridgeFurniture() |
boolean |
isSetCityGMLModule() |
void |
setBridgeFurniture(BridgeFurniture bridgeFurniture) |
void |
unsetBridgeFurniture() |
getFeature, getGenericADEElement, getGMLClass, isSetFeature, isSetGenericADEElement, setFeature, setGenericADEElement, unsetFeature, unsetGenericADEElement
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
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public InteriorFurnitureProperty()
public InteriorFurnitureProperty(BridgeFurniture bridgeFurniture)
public InteriorFurnitureProperty(java.lang.String href)
public InteriorFurnitureProperty(BridgeModule module)
public BridgeFurniture getBridgeFurniture()
public boolean isSetBridgeFurniture()
public void setBridgeFurniture(BridgeFurniture bridgeFurniture)
public void unsetBridgeFurniture()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final BridgeModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Class<BridgeFurniture> getAssociableClass()
getAssociableClass
in interface Association<BridgeFurniture>
getAssociableClass
in class FeatureProperty<BridgeFurniture>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<BridgeFurniture>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<BridgeFurniture>