org.citygml4j.impl.citygml.texturedsurface
Class _AppearancePropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepOrRefImpl<_AbstractAppearance>
      extended by org.citygml4j.impl.citygml.texturedsurface._AppearancePropertyImpl
All Implemented Interfaces:
CityGML, _AppearanceProperty, TexturedSurfaceModuleComponent, Association<_AbstractAppearance>, ModelObject, Child, Copyable, AssociationAttributeGroup, AssociationByRep<_AbstractAppearance>, AssociationByRepOrRef<_AbstractAppearance>, GML

public class _AppearancePropertyImpl
extends AssociationByRepOrRefImpl<_AbstractAppearance>
implements _AppearanceProperty


Constructor Summary
_AppearancePropertyImpl()
           
_AppearancePropertyImpl(TexturedSurfaceModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 _AbstractAppearance getAppearance()
           
 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()
           
 
Methods inherited from class org.citygml4j.impl.gml.base.AssociationByRepOrRefImpl
getActuate, getArcrole, getGMLClass, getHref, getObject, getParent, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetObject, isSetParent, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setObject, setParent, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetObject, unsetParent, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
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
 

Constructor Detail

_AppearancePropertyImpl

public _AppearancePropertyImpl()

_AppearancePropertyImpl

public _AppearancePropertyImpl(TexturedSurfaceModule module)
Method Detail

getAppearance

public _AbstractAppearance getAppearance()
Specified by:
getAppearance in interface _AppearanceProperty

getOrientation

public java.lang.String getOrientation()
Specified by:
getOrientation in interface _AppearanceProperty

isSetAppearance

public boolean isSetAppearance()
Specified by:
isSetAppearance in interface _AppearanceProperty

isSetOrientation

public boolean isSetOrientation()
Specified by:
isSetOrientation in interface _AppearanceProperty

setAppearance

public void setAppearance(_AbstractAppearance _appearance)
Specified by:
setAppearance in interface _AppearanceProperty

setOrientation

public void setOrientation(java.lang.String orientation)
Specified by:
setOrientation in interface _AppearanceProperty

unsetAppearance

public void unsetAppearance()
Specified by:
unsetAppearance in interface _AppearanceProperty

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AssociationByRepOrRefImpl<_AbstractAppearance>

getCityGMLClass

public CityGMLClass getCityGMLClass()
Specified by:
getCityGMLClass in interface CityGML

getCityGMLModule

public final TexturedSurfaceModule getCityGMLModule()
Specified by:
getCityGMLModule in interface CityGML

isSetCityGMLModule

public boolean isSetCityGMLModule()
Specified by:
isSetCityGMLModule in interface CityGML

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AssociationByRepOrRefImpl<_AbstractAppearance>