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-Klasse für PlantCoverType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der averageHeight-Eigenschaft ab.
 java.lang.String getClazz()
          Ruft den Wert der clazz-Eigenschaft ab.
 java.util.List<java.lang.String> getFunction()
          Gets the value of the function property.
 MultiSolidPropertyType getLod1MultiSolid()
          Ruft den Wert der lod1MultiSolid-Eigenschaft ab.
 MultiSurfacePropertyType getLod1MultiSurface()
          Ruft den Wert der lod1MultiSurface-Eigenschaft ab.
 MultiSolidPropertyType getLod2MultiSolid()
          Ruft den Wert der lod2MultiSolid-Eigenschaft ab.
 MultiSurfacePropertyType getLod2MultiSurface()
          Ruft den Wert der lod2MultiSurface-Eigenschaft ab.
 MultiSolidPropertyType getLod3MultiSolid()
          Ruft den Wert der lod3MultiSolid-Eigenschaft ab.
 MultiSurfacePropertyType getLod3MultiSurface()
          Ruft den Wert der lod3MultiSurface-Eigenschaft ab.
 MultiSurfacePropertyType getLod4MultiSurface()
          Ruft den Wert der lod4MultiSurface-Eigenschaft ab.
 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)
          Legt den Wert der averageHeight-Eigenschaft fest.
 void setClazz(java.lang.String value)
          Legt den Wert der clazz-Eigenschaft fest.
 void setFunction(java.util.List<java.lang.String> function)
          Sets the value of the function property.
 void setLod1MultiSolid(MultiSolidPropertyType value)
          Legt den Wert der lod1MultiSolid-Eigenschaft fest.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod1MultiSurface-Eigenschaft fest.
 void setLod2MultiSolid(MultiSolidPropertyType value)
          Legt den Wert der lod2MultiSolid-Eigenschaft fest.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod2MultiSurface-Eigenschaft fest.
 void setLod3MultiSolid(MultiSolidPropertyType value)
          Legt den Wert der lod3MultiSolid-Eigenschaft fest.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod3MultiSurface-Eigenschaft fest.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod4MultiSurface-Eigenschaft fest.
 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()
Ruft den Wert der clazz-Eigenschaft ab.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Legt den Wert der clazz-Eigenschaft fest.

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()
Ruft den Wert der averageHeight-Eigenschaft ab.

Returns:
possible object is LengthType

setAverageHeight

public void setAverageHeight(LengthType value)
Legt den Wert der averageHeight-Eigenschaft fest.

Parameters:
value - allowed object is LengthType

isSetAverageHeight

public boolean isSetAverageHeight()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Ruft den Wert der lod1MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod1MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Ruft den Wert der lod2MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod2MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Ruft den Wert der lod3MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod3MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Ruft den Wert der lod4MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod4MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod1MultiSolid

public MultiSolidPropertyType getLod1MultiSolid()
Ruft den Wert der lod1MultiSolid-Eigenschaft ab.

Returns:
possible object is MultiSolidPropertyType

setLod1MultiSolid

public void setLod1MultiSolid(MultiSolidPropertyType value)
Legt den Wert der lod1MultiSolid-Eigenschaft fest.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod1MultiSolid

public boolean isSetLod1MultiSolid()

getLod2MultiSolid

public MultiSolidPropertyType getLod2MultiSolid()
Ruft den Wert der lod2MultiSolid-Eigenschaft ab.

Returns:
possible object is MultiSolidPropertyType

setLod2MultiSolid

public void setLod2MultiSolid(MultiSolidPropertyType value)
Legt den Wert der lod2MultiSolid-Eigenschaft fest.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod2MultiSolid

public boolean isSetLod2MultiSolid()

getLod3MultiSolid

public MultiSolidPropertyType getLod3MultiSolid()
Ruft den Wert der lod3MultiSolid-Eigenschaft ab.

Returns:
possible object is MultiSolidPropertyType

setLod3MultiSolid

public void setLod3MultiSolid(MultiSolidPropertyType value)
Legt den Wert der lod3MultiSolid-Eigenschaft fest.

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>