org.citygml4j.jaxb.citygml.app._1
Class AppearancePropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.FeaturePropertyType
      extended by org.citygml4j.jaxb.citygml.app._1.AppearancePropertyType

public class AppearancePropertyType
extends FeaturePropertyType

Denotes the relation of a _CityObject resp. CityModel to its appearances. The AppearancePropertyType element must either carry a reference to a Appearance object or contain a Appearance object inline, but neither both nor none.

Java class for AppearancePropertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AppearancePropertyType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}FeaturePropertyType">
       <sequence minOccurs="0">
         <element name="Appearance" type="{http://www.opengis.net/citygml/appearance/1.0}AppearanceType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AppearancePropertyType()
           
 
Method Summary
 AppearanceType getAppearance()
          Gets the value of the appearance property.
 boolean isSetAppearance()
           
 void setAppearance(AppearanceType value)
          Sets the value of the appearance property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.FeaturePropertyType
get_ADEComponent, get_Feature, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Feature, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Feature, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppearancePropertyType

public AppearancePropertyType()
Method Detail

getAppearance

public AppearanceType getAppearance()
Gets the value of the appearance property.

Returns:
possible object is AppearanceType

setAppearance

public void setAppearance(AppearanceType value)
Sets the value of the appearance property.

Parameters:
value - allowed object is AppearanceType

isSetAppearance

public boolean isSetAppearance()