org.citygml4j.model.citygml.appearance
Class AppearanceProperty

java.lang.Object
  extended by org.citygml4j.model.gml.base.AssociationByRep<T>
      extended by org.citygml4j.model.gml.base.AssociationByRepOrRef<T>
          extended by org.citygml4j.model.gml.feature.FeatureProperty<Appearance>
              extended by org.citygml4j.model.citygml.appearance.AppearanceProperty
All Implemented Interfaces:
AppearanceModuleComponent, CityGML, Association<Appearance>, ModelObject, Child, Copyable, AssociationAttributeGroup, GML
Direct Known Subclasses:
AppearanceMember

public class AppearanceProperty
extends FeatureProperty<Appearance>
implements AppearanceModuleComponent


Constructor Summary
AppearanceProperty()
           
AppearanceProperty(Appearance appearance)
           
AppearanceProperty(AppearanceModule module)
           
AppearanceProperty(java.lang.String href)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.citygml4j.model.gml.feature.FeatureProperty
getFeature, getGenericADEComponent, getGMLClass, isSetFeature, isSetGenericADEComponent, setFeature, setGenericADEComponent, unsetFeature, unsetGenericADEComponent
 
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRepOrRef
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 class org.citygml4j.model.gml.base.AssociationByRep
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppearanceProperty

public AppearanceProperty()

AppearanceProperty

public AppearanceProperty(Appearance appearance)

AppearanceProperty

public AppearanceProperty(java.lang.String href)

AppearanceProperty

public AppearanceProperty(AppearanceModule module)
Method Detail

getAppearance

public Appearance getAppearance()

isSetAppearance

public boolean isSetAppearance()

setAppearance

public void setAppearance(Appearance appearance)

unsetAppearance

public void unsetAppearance()

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AssociationByRep<Appearance>

getCityGMLClass

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

getCityGMLModule

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

isSetCityGMLModule

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

getAssociableClass

public java.lang.Class<Appearance> getAssociableClass()
Specified by:
getAssociableClass in interface Association<Appearance>
Overrides:
getAssociableClass in class FeatureProperty<Appearance>

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable
Overrides:
copy in class FeatureProperty<Appearance>

copyTo

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