public class TunnelInstallationProperty extends FeatureProperty<TunnelInstallation> implements TunnelModuleComponent
Constructor and Description |
---|
TunnelInstallationProperty() |
TunnelInstallationProperty(java.lang.String href) |
TunnelInstallationProperty(TunnelInstallation tunnelInstallation) |
TunnelInstallationProperty(TunnelModule module) |
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<TunnelInstallation> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
TunnelModule |
getCityGMLModule() |
TunnelInstallation |
getTunnelInstallation() |
boolean |
isSetCityGMLModule() |
boolean |
isSetTunnelInstallation() |
void |
setTunnelInstallation(TunnelInstallation tunnelInstallation) |
void |
unsetTunnelInstallation() |
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 TunnelInstallationProperty()
public TunnelInstallationProperty(TunnelInstallation tunnelInstallation)
public TunnelInstallationProperty(java.lang.String href)
public TunnelInstallationProperty(TunnelModule module)
public TunnelInstallation getTunnelInstallation()
public boolean isSetTunnelInstallation()
public void setTunnelInstallation(TunnelInstallation tunnelInstallation)
public void unsetTunnelInstallation()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TunnelModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Class<TunnelInstallation> getAssociableClass()
getAssociableClass
in interface Association<TunnelInstallation>
getAssociableClass
in class FeatureProperty<TunnelInstallation>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<TunnelInstallation>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<TunnelInstallation>