org.citygml4j.jaxb.citygml._0_4
Class AppearancePropertyType

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

public class AppearancePropertyType
extends FeaturePropertyType

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.citygml.org/citygml/1/0/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()