public class TunnelPartProperty extends FeatureProperty<TunnelPart> implements TunnelModuleComponent
Constructor and Description |
---|
TunnelPartProperty() |
TunnelPartProperty(java.lang.String href) |
TunnelPartProperty(TunnelModule module) |
TunnelPartProperty(TunnelPart tunnelPart) |
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<TunnelPart> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
TunnelModule |
getCityGMLModule() |
ModelType |
getModelType() |
TunnelPart |
getTunnelPart() |
boolean |
isSetCityGMLModule() |
boolean |
isSetTunnelPart() |
void |
setTunnelPart(TunnelPart tunnelPart) |
void |
unsetTunnelPart() |
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 TunnelPartProperty()
public TunnelPartProperty(TunnelPart tunnelPart)
public TunnelPartProperty(java.lang.String href)
public TunnelPartProperty(TunnelModule module)
public TunnelPart getTunnelPart()
public boolean isSetTunnelPart()
public void setTunnelPart(TunnelPart tunnelPart)
public void unsetTunnelPart()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<TunnelPart>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TunnelModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<TunnelPart> getAssociableClass()
getAssociableClass
in interface Association<TunnelPart>
getAssociableClass
in class FeatureProperty<TunnelPart>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<TunnelPart>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<TunnelPart>