org.citygml4j.jaxb.citygml.veg._1
Class PlantCoverType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.citygml.core._1.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.veg._1.AbstractVegetationObjectType
                  extended by org.citygml4j.jaxb.citygml.veg._1.PlantCoverType

public class PlantCoverType
extends AbstractVegetationObjectType

Type describing Plant Covers resp. Biotopes. As subclass of _CityObject, a VegetationObject inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for PlantCoverType complex type.

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

 <complexType name="PlantCoverType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/vegetation/1.0}AbstractVegetationObjectType">
       <sequence>
         <element name="class" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantCoverClassType" minOccurs="0"/>
         <element name="function" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantCoverFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="averageHeight" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/>
         <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element name="lod2MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element name="lod3MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/vegetation/1.0}_GenericApplicationPropertyOfPlantCover" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
PlantCoverType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfPlantCover()
          Gets the value of the genericApplicationPropertyOfPlantCover property.
 LengthType getAverageHeight()
          Gets the value of the averageHeight property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<java.lang.String> getFunction()
          Gets the value of the function property.
 MultiSolidPropertyType getLod1MultiSolid()
          Gets the value of the lod1MultiSolid property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 MultiSolidPropertyType getLod2MultiSolid()
          Gets the value of the lod2MultiSolid property.
 MultiSurfacePropertyType getLod2MultiSurface()
          Gets the value of the lod2MultiSurface property.
 MultiSolidPropertyType getLod3MultiSolid()
          Gets the value of the lod3MultiSolid property.
 MultiSurfacePropertyType getLod3MultiSurface()
          Gets the value of the lod3MultiSurface property.
 MultiSurfacePropertyType getLod4MultiSurface()
          Gets the value of the lod4MultiSurface property.
 boolean isSet_GenericApplicationPropertyOfPlantCover()
           
 boolean isSetAverageHeight()
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetLod1MultiSolid()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod2MultiSolid()
           
 boolean isSetLod2MultiSurface()
           
 boolean isSetLod3MultiSolid()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod4MultiSurface()
           
 void set_GenericApplicationPropertyOfPlantCover(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfPlantCover)
          Sets the value of the _GenericApplicationPropertyOfPlantCover property.
 void setAverageHeight(LengthType value)
          Sets the value of the averageHeight property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setFunction(java.util.List<java.lang.String> function)
          Sets the value of the function property.
 void setLod1MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod1MultiSolid property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod2MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod2MultiSolid property.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod2MultiSurface property.
 void setLod3MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod3MultiSolid property.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod3MultiSurface property.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod4MultiSurface property.
 void unset_GenericApplicationPropertyOfPlantCover()
           
 void unsetFunction()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.veg._1.AbstractVegetationObjectType
get_GenericApplicationPropertyOfVegetationObject, isSet_GenericApplicationPropertyOfVegetationObject, set_GenericApplicationPropertyOfVegetationObject, unset_GenericApplicationPropertyOfVegetationObject
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._1.AbstractCityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setTerminationDate, unset_GenericApplicationPropertyOfCityObject, unset_GenericAttribute, unsetAppearance, unsetExternalReference, unsetGeneralizesTo
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlantCoverType

public PlantCoverType()
Method Detail

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()

getFunction

public java.util.List<java.lang.String> getFunction()
Gets the value of the function property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the function property.

For example, to add a new item, do as follows:

    getFunction().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetFunction

public boolean isSetFunction()

unsetFunction

public void unsetFunction()

getAverageHeight

public LengthType getAverageHeight()
Gets the value of the averageHeight property.

Returns:
possible object is LengthType

setAverageHeight

public void setAverageHeight(LengthType value)
Sets the value of the averageHeight property.

Parameters:
value - allowed object is LengthType

isSetAverageHeight

public boolean isSetAverageHeight()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Gets the value of the lod1MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod1MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod1MultiSolid

public MultiSolidPropertyType getLod1MultiSolid()
Gets the value of the lod1MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod1MultiSolid

public void setLod1MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod1MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod1MultiSolid

public boolean isSetLod1MultiSolid()

getLod2MultiSolid

public MultiSolidPropertyType getLod2MultiSolid()
Gets the value of the lod2MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod2MultiSolid

public void setLod2MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod2MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod2MultiSolid

public boolean isSetLod2MultiSolid()

getLod3MultiSolid

public MultiSolidPropertyType getLod3MultiSolid()
Gets the value of the lod3MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod3MultiSolid

public void setLod3MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod3MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod3MultiSolid

public boolean isSetLod3MultiSolid()

get_GenericApplicationPropertyOfPlantCover

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfPlantCover()
Gets the value of the genericApplicationPropertyOfPlantCover property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the genericApplicationPropertyOfPlantCover property.

For example, to add a new item, do as follows:

    get_GenericApplicationPropertyOfPlantCover().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Object>


isSet_GenericApplicationPropertyOfPlantCover

public boolean isSet_GenericApplicationPropertyOfPlantCover()

unset_GenericApplicationPropertyOfPlantCover

public void unset_GenericApplicationPropertyOfPlantCover()

setFunction

public void setFunction(java.util.List<java.lang.String> function)
Sets the value of the function property.

Parameters:
function - allowed object is String

set_GenericApplicationPropertyOfPlantCover

public void set_GenericApplicationPropertyOfPlantCover(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfPlantCover)
Sets the value of the _GenericApplicationPropertyOfPlantCover property.

Parameters:
genericApplicationPropertyOfPlantCover - allowed object is JAXBElement<Object> JAXBElement<Object>