public class BridgeConstructionElementProperty extends FeatureProperty<BridgeConstructionElement> implements BridgeModuleComponent
Constructor and Description |
---|
BridgeConstructionElementProperty() |
BridgeConstructionElementProperty(BridgeConstructionElement bridgeConstructionElement) |
BridgeConstructionElementProperty(BridgeModule module) |
BridgeConstructionElementProperty(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<BridgeConstructionElement> |
getAssociableClass() |
BridgeConstructionElement |
getBridgeConstructionElement() |
CityGMLClass |
getCityGMLClass() |
BridgeModule |
getCityGMLModule() |
ModelType |
getModelType() |
boolean |
isSetBridgeConstructionElement() |
boolean |
isSetCityGMLModule() |
void |
setBridgeConstructionElement(BridgeConstructionElement bridgeConstructionElement) |
void |
unsetBridgeConstructionElement() |
getFeature, getGenericADEComponent, getGMLClass, isSetFeature, isSetGenericADEComponent, setFeature, setGenericADEComponent, unsetFeature, unsetGenericADEComponent
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 BridgeConstructionElementProperty()
public BridgeConstructionElementProperty(BridgeConstructionElement bridgeConstructionElement)
public BridgeConstructionElementProperty(java.lang.String href)
public BridgeConstructionElementProperty(BridgeModule module)
public BridgeConstructionElement getBridgeConstructionElement()
public boolean isSetBridgeConstructionElement()
public void setBridgeConstructionElement(BridgeConstructionElement bridgeConstructionElement)
public void unsetBridgeConstructionElement()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<BridgeConstructionElement>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final BridgeModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<BridgeConstructionElement> getAssociableClass()
getAssociableClass
in interface Association<BridgeConstructionElement>
getAssociableClass
in class FeatureProperty<BridgeConstructionElement>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<BridgeConstructionElement>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<BridgeConstructionElement>