org.citygml4j.model.citygml.appearance
Class AppearanceMember

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
                  extended by org.citygml4j.model.citygml.appearance.AppearanceMember
All Implemented Interfaces:
AppearanceModuleComponent, CityGML, Association<Appearance>, ModelObject, Child, Copyable, AssociationAttributeGroup, GML

public class AppearanceMember
extends AppearanceProperty


Constructor Summary
AppearanceMember()
           
AppearanceMember(Appearance appearance)
           
AppearanceMember(AppearanceModule module)
           
AppearanceMember(java.lang.String href)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 
Methods inherited from class org.citygml4j.model.citygml.appearance.AppearanceProperty
getAppearance, getAssociableClass, getCityGMLModule, getModelType, isSetAppearance, isSetCityGMLModule, setAppearance, 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

AppearanceMember

public AppearanceMember()

AppearanceMember

public AppearanceMember(Appearance appearance)

AppearanceMember

public AppearanceMember(java.lang.String href)

AppearanceMember

public AppearanceMember(AppearanceModule module)
Method Detail

getCityGMLClass

public CityGMLClass getCityGMLClass()
Specified by:
getCityGMLClass in interface CityGML
Overrides:
getCityGMLClass in class AppearanceProperty

copy

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

copyTo

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