public class BoundarySurfaceProperty extends FeatureProperty<AbstractBoundarySurface> implements BuildingModuleComponent
Constructor and Description |
---|
BoundarySurfaceProperty() |
BoundarySurfaceProperty(AbstractBoundarySurface abstractBoundarySurface) |
BoundarySurfaceProperty(BuildingModule module) |
BoundarySurfaceProperty(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<AbstractBoundarySurface> |
getAssociableClass() |
AbstractBoundarySurface |
getBoundarySurface() |
CityGMLClass |
getCityGMLClass() |
BuildingModule |
getCityGMLModule() |
ModelType |
getModelType() |
boolean |
isSetBoundarySurface() |
boolean |
isSetCityGMLModule() |
void |
setBoundarySurface(AbstractBoundarySurface boundarySurface) |
void |
unsetBoundarySurface() |
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 BoundarySurfaceProperty()
public BoundarySurfaceProperty(AbstractBoundarySurface abstractBoundarySurface)
public BoundarySurfaceProperty(java.lang.String href)
public BoundarySurfaceProperty(BuildingModule module)
public AbstractBoundarySurface getBoundarySurface()
public boolean isSetBoundarySurface()
public void setBoundarySurface(AbstractBoundarySurface boundarySurface)
public void unsetBoundarySurface()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<AbstractBoundarySurface>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final BuildingModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<AbstractBoundarySurface> getAssociableClass()
getAssociableClass
in interface Association<AbstractBoundarySurface>
getAssociableClass
in class FeatureProperty<AbstractBoundarySurface>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<AbstractBoundarySurface>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<AbstractBoundarySurface>