public class ReliefComponentProperty extends FeatureProperty<AbstractReliefComponent> implements ReliefModuleComponent
Constructor and Description |
---|
ReliefComponentProperty() |
ReliefComponentProperty(AbstractReliefComponent abstractReliefComponent) |
ReliefComponentProperty(ReliefModule module) |
ReliefComponentProperty(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<AbstractReliefComponent> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
ReliefModule |
getCityGMLModule() |
AbstractReliefComponent |
getReliefComponent() |
boolean |
isSetCityGMLModule() |
boolean |
isSetReliefComponent() |
void |
setReliefComponent(AbstractReliefComponent reliefComponent) |
void |
unsetReliefComponent() |
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 ReliefComponentProperty()
public ReliefComponentProperty(AbstractReliefComponent abstractReliefComponent)
public ReliefComponentProperty(java.lang.String href)
public ReliefComponentProperty(ReliefModule module)
public AbstractReliefComponent getReliefComponent()
public boolean isSetReliefComponent()
public void setReliefComponent(AbstractReliefComponent reliefComponent)
public void unsetReliefComponent()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final ReliefModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Class<AbstractReliefComponent> getAssociableClass()
getAssociableClass
in interface Association<AbstractReliefComponent>
getAssociableClass
in class FeatureProperty<AbstractReliefComponent>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<AbstractReliefComponent>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<AbstractReliefComponent>