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() |
ModelType |
getModelType() |
java.lang.String |
getOrientation() |
boolean |
isSetAppearance() |
boolean |
isSetCityGMLModule() |
boolean |
isSetOrientation() |
void |
setAppearance(_AbstractAppearance _appearance) |
void |
setOrientation(java.lang.String 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 java.lang.String getOrientation()
public boolean isSetAppearance()
public boolean isSetOrientation()
public void setAppearance(_AbstractAppearance _appearance)
public void setOrientation(java.lang.String orientation)
public void unsetAppearance()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AssociationByRep<_AbstractAppearance>
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TexturedSurfaceModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
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>