public class _AppearanceProperty extends AssociationByRepOrRef<_AbstractAppearance> implements TexturedSurfaceModuleComponent
Constructor and Description |
---|
_AppearanceProperty(_AbstractAppearance _abstractAppearance) |
_AppearanceProperty() |
_AppearanceProperty(java.lang.String href) |
_AppearanceProperty(TexturedSurfaceModule module) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
_AbstractAppearance |
getAppearance() |
java.lang.Class<_AbstractAppearance> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
TexturedSurfaceModule |
getCityGMLModule() |
Sign |
getOrientation() |
boolean |
isSetAppearance() |
boolean |
isSetCityGMLModule() |
boolean |
isSetOrientation() |
void |
setAppearance(_AbstractAppearance _appearance) |
void |
setOrientation(Sign orientation) |
void |
unsetAppearance() |
getActuate, getArcrole, getGMLClass, 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(_AbstractAppearance _abstractAppearance)
public _AppearanceProperty(java.lang.String href)
public _AppearanceProperty(TexturedSurfaceModule module)
public _AbstractAppearance getAppearance()
public Sign getOrientation()
public boolean isSetAppearance()
public boolean isSetOrientation()
public void setAppearance(_AbstractAppearance _appearance)
public void setOrientation(Sign orientation)
public void unsetAppearance()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TexturedSurfaceModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Class<_AbstractAppearance> getAssociableClass()
getAssociableClass
in interface Association<_AbstractAppearance>
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AssociationByRepOrRef<_AbstractAppearance>