org.citygml4j.model.citygml.texturedsurface
Interface _AppearanceProperty

All Superinterfaces:
Association<_AbstractAppearance>, AssociationAttributeGroup, AssociationByRep<_AbstractAppearance>, AssociationByRepOrRef<_AbstractAppearance>, Child, CityGML, Copyable, GML, ModelObject, TexturedSurfaceModuleComponent
All Known Implementing Classes:
_AppearancePropertyImpl

public interface _AppearanceProperty
extends TexturedSurfaceModuleComponent, AssociationByRepOrRef<_AbstractAppearance>


Method Summary
 _AbstractAppearance getAppearance()
           
 java.lang.String getOrientation()
           
 boolean isSetAppearance()
           
 boolean isSetOrientation()
           
 void setAppearance(_AbstractAppearance _appearance)
           
 void setOrientation(java.lang.String orientation)
           
 void unsetAppearance()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
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
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getOrientation

java.lang.String getOrientation()

getAppearance

_AbstractAppearance getAppearance()

isSetOrientation

boolean isSetOrientation()

isSetAppearance

boolean isSetAppearance()

setOrientation

void setOrientation(java.lang.String orientation)

setAppearance

void setAppearance(_AbstractAppearance _appearance)

unsetAppearance

void unsetAppearance()