public class BoundedByWaterSurfaceProperty extends FeatureProperty<AbstractWaterBoundarySurface> implements WaterBodyModuleComponent
Constructor and Description |
---|
BoundedByWaterSurfaceProperty() |
BoundedByWaterSurfaceProperty(AbstractWaterBoundarySurface abstractWaterBoundarySurface) |
BoundedByWaterSurfaceProperty(java.lang.String href) |
BoundedByWaterSurfaceProperty(WaterBodyModule 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<AbstractWaterBoundarySurface> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
WaterBodyModule |
getCityGMLModule() |
ModelType |
getModelType() |
AbstractWaterBoundarySurface |
getWaterBoundarySurface() |
boolean |
isSetCityGMLModule() |
boolean |
isSetWaterBoundarySurface() |
void |
setWaterBoundarySurface(AbstractWaterBoundarySurface waterBoundarySurface) |
void |
unsetWaterBoundarySurface() |
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 BoundedByWaterSurfaceProperty()
public BoundedByWaterSurfaceProperty(AbstractWaterBoundarySurface abstractWaterBoundarySurface)
public BoundedByWaterSurfaceProperty(java.lang.String href)
public BoundedByWaterSurfaceProperty(WaterBodyModule module)
public AbstractWaterBoundarySurface getWaterBoundarySurface()
public boolean isSetWaterBoundarySurface()
public void setWaterBoundarySurface(AbstractWaterBoundarySurface waterBoundarySurface)
public void unsetWaterBoundarySurface()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<AbstractWaterBoundarySurface>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final WaterBodyModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<AbstractWaterBoundarySurface> getAssociableClass()
getAssociableClass
in interface Association<AbstractWaterBoundarySurface>
getAssociableClass
in class FeatureProperty<AbstractWaterBoundarySurface>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<AbstractWaterBoundarySurface>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<AbstractWaterBoundarySurface>