public class AppearanceProperty extends FeatureProperty<Appearance> implements AppearanceModuleComponent
Constructor and Description |
---|
AppearanceProperty() |
AppearanceProperty(Appearance appearance) |
AppearanceProperty(AppearanceModule module) |
AppearanceProperty(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) |
Appearance |
getAppearance() |
java.lang.Class<Appearance> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
AppearanceModule |
getCityGMLModule() |
ModelType |
getModelType() |
boolean |
isSetAppearance() |
boolean |
isSetCityGMLModule() |
void |
setAppearance(Appearance appearance) |
void |
unsetAppearance() |
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 AppearanceProperty()
public AppearanceProperty(Appearance appearance)
public AppearanceProperty(java.lang.String href)
public AppearanceProperty(AppearanceModule module)
public Appearance getAppearance()
public boolean isSetAppearance()
public void setAppearance(Appearance appearance)
public void unsetAppearance()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<Appearance>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final AppearanceModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Class<Appearance> getAssociableClass()
getAssociableClass
in interface Association<Appearance>
getAssociableClass
in class FeatureProperty<Appearance>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class FeatureProperty<Appearance>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class FeatureProperty<Appearance>