org.citygml4j.jaxb.citygml.wtr._2
Class WaterBodyType

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._2.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.wtr._2.AbstractWaterObjectType
                  extended by org.citygml4j.jaxb.citygml.wtr._2.WaterBodyType

public class WaterBodyType
extends AbstractWaterObjectType

Type describing Water Bodies, e.g., lakes, rivers. As subclass of _CityObject, a WaterBody inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java-Klasse für WaterBodyType complex type.

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

 <complexType name="WaterBodyType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/waterbody/2.0}AbstractWaterObjectType">
       <sequence>
         <element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/>
         <element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lod0MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod0MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod2Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod3Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="boundedBy" type="{http://www.opengis.net/citygml/waterbody/2.0}BoundedByWaterSurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/waterbody/2.0}_GenericApplicationPropertyOfWaterBody" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
WaterBodyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfWaterBody()
          Gets the value of the genericApplicationPropertyOfWaterBody property.
 java.util.List<BoundedByWaterSurfacePropertyType> getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 CodeType getClazz()
          Ruft den Wert der clazz-Eigenschaft ab.
 java.util.List<CodeType> getFunction()
          Gets the value of the function property.
 MultiCurvePropertyType getLod0MultiCurve()
          Ruft den Wert der lod0MultiCurve-Eigenschaft ab.
 MultiSurfacePropertyType getLod0MultiSurface()
          Ruft den Wert der lod0MultiSurface-Eigenschaft ab.
 MultiCurvePropertyType getLod1MultiCurve()
          Ruft den Wert der lod1MultiCurve-Eigenschaft ab.
 MultiSurfacePropertyType getLod1MultiSurface()
          Ruft den Wert der lod1MultiSurface-Eigenschaft ab.
 SolidPropertyType getLod1Solid()
          Ruft den Wert der lod1Solid-Eigenschaft ab.
 SolidPropertyType getLod2Solid()
          Ruft den Wert der lod2Solid-Eigenschaft ab.
 SolidPropertyType getLod3Solid()
          Ruft den Wert der lod3Solid-Eigenschaft ab.
 SolidPropertyType getLod4Solid()
          Ruft den Wert der lod4Solid-Eigenschaft ab.
 java.util.List<CodeType> getUsage()
          Gets the value of the usage property.
 boolean isSet_GenericApplicationPropertyOfWaterBody()
           
 boolean isSetBoundedBySurface()
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetLod0MultiCurve()
           
 boolean isSetLod0MultiSurface()
           
 boolean isSetLod1MultiCurve()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod1Solid()
           
 boolean isSetLod2Solid()
           
 boolean isSetLod3Solid()
           
 boolean isSetLod4Solid()
           
 boolean isSetUsage()
           
 void set_GenericApplicationPropertyOfWaterBody(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfWaterBody)
          Sets the value of the _GenericApplicationPropertyOfWaterBody property.
 void setBoundedBySurface(java.util.List<BoundedByWaterSurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void setClazz(CodeType value)
          Legt den Wert der clazz-Eigenschaft fest.
 void setFunction(java.util.List<CodeType> function)
          Sets the value of the function property.
 void setLod0MultiCurve(MultiCurvePropertyType value)
          Legt den Wert der lod0MultiCurve-Eigenschaft fest.
 void setLod0MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod0MultiSurface-Eigenschaft fest.
 void setLod1MultiCurve(MultiCurvePropertyType value)
          Legt den Wert der lod1MultiCurve-Eigenschaft fest.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod1MultiSurface-Eigenschaft fest.
 void setLod1Solid(SolidPropertyType value)
          Legt den Wert der lod1Solid-Eigenschaft fest.
 void setLod2Solid(SolidPropertyType value)
          Legt den Wert der lod2Solid-Eigenschaft fest.
 void setLod3Solid(SolidPropertyType value)
          Legt den Wert der lod3Solid-Eigenschaft fest.
 void setLod4Solid(SolidPropertyType value)
          Legt den Wert der lod4Solid-Eigenschaft fest.
 void setUsage(java.util.List<CodeType> usage)
          Sets the value of the usage property.
 void unset_GenericApplicationPropertyOfWaterBody()
           
 void unsetBoundedBySurface()
           
 void unsetFunction()
           
 void unsetUsage()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.wtr._2.AbstractWaterObjectType
get_GenericApplicationPropertyOfWaterObject, isSet_GenericApplicationPropertyOfWaterObject, set_GenericApplicationPropertyOfWaterObject, unset_GenericApplicationPropertyOfWaterObject
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._2.AbstractCityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setRelativeToTerrain, setRelativeToWater, 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

WaterBodyType

public WaterBodyType()
Method Detail

getClazz

public CodeType getClazz()
Ruft den Wert der clazz-Eigenschaft ab.

Returns:
possible object is CodeType

setClazz

public void setClazz(CodeType value)
Legt den Wert der clazz-Eigenschaft fest.

Parameters:
value - allowed object is CodeType

isSetClazz

public boolean isSetClazz()

getFunction

public java.util.List<CodeType> 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 CodeType


isSetFunction

public boolean isSetFunction()

unsetFunction

public void unsetFunction()

getUsage

public java.util.List<CodeType> getUsage()
Gets the value of the usage 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 usage property.

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

    getUsage().add(newItem);
 

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


isSetUsage

public boolean isSetUsage()

unsetUsage

public void unsetUsage()

getLod0MultiCurve

public MultiCurvePropertyType getLod0MultiCurve()
Ruft den Wert der lod0MultiCurve-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod0MultiCurve

public void setLod0MultiCurve(MultiCurvePropertyType value)
Legt den Wert der lod0MultiCurve-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod0MultiCurve

public boolean isSetLod0MultiCurve()

getLod0MultiSurface

public MultiSurfacePropertyType getLod0MultiSurface()
Ruft den Wert der lod0MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod0MultiSurface

public void setLod0MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod0MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod0MultiSurface

public boolean isSetLod0MultiSurface()

getLod1MultiCurve

public MultiCurvePropertyType getLod1MultiCurve()
Ruft den Wert der lod1MultiCurve-Eigenschaft ab.

Returns:
possible object is MultiCurvePropertyType

setLod1MultiCurve

public void setLod1MultiCurve(MultiCurvePropertyType value)
Legt den Wert der lod1MultiCurve-Eigenschaft fest.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod1MultiCurve

public boolean isSetLod1MultiCurve()

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()

getLod1Solid

public SolidPropertyType getLod1Solid()
Ruft den Wert der lod1Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod1Solid

public void setLod1Solid(SolidPropertyType value)
Legt den Wert der lod1Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod1Solid

public boolean isSetLod1Solid()

getLod2Solid

public SolidPropertyType getLod2Solid()
Ruft den Wert der lod2Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod2Solid

public void setLod2Solid(SolidPropertyType value)
Legt den Wert der lod2Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod2Solid

public boolean isSetLod2Solid()

getLod3Solid

public SolidPropertyType getLod3Solid()
Ruft den Wert der lod3Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod3Solid

public void setLod3Solid(SolidPropertyType value)
Legt den Wert der lod3Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod3Solid

public boolean isSetLod3Solid()

getLod4Solid

public SolidPropertyType getLod4Solid()
Ruft den Wert der lod4Solid-Eigenschaft ab.

Returns:
possible object is SolidPropertyType

setLod4Solid

public void setLod4Solid(SolidPropertyType value)
Legt den Wert der lod4Solid-Eigenschaft fest.

Parameters:
value - allowed object is SolidPropertyType

isSetLod4Solid

public boolean isSetLod4Solid()

getBoundedBySurface

public java.util.List<BoundedByWaterSurfacePropertyType> getBoundedBySurface()
Gets the value of the boundedBySurface 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 boundedBySurface property.

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

    getBoundedBySurface().add(newItem);
 

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


isSetBoundedBySurface

public boolean isSetBoundedBySurface()

unsetBoundedBySurface

public void unsetBoundedBySurface()

get_GenericApplicationPropertyOfWaterBody

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfWaterBody()
Gets the value of the genericApplicationPropertyOfWaterBody 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 genericApplicationPropertyOfWaterBody property.

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

    get_GenericApplicationPropertyOfWaterBody().add(newItem);
 

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


isSet_GenericApplicationPropertyOfWaterBody

public boolean isSet_GenericApplicationPropertyOfWaterBody()

unset_GenericApplicationPropertyOfWaterBody

public void unset_GenericApplicationPropertyOfWaterBody()

setFunction

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

Parameters:
function - allowed object is CodeType

setUsage

public void setUsage(java.util.List<CodeType> usage)
Sets the value of the usage property.

Parameters:
usage - allowed object is CodeType

setBoundedBySurface

public void setBoundedBySurface(java.util.List<BoundedByWaterSurfacePropertyType> boundedBySurface)
Sets the value of the boundedBySurface property.

Parameters:
boundedBySurface - allowed object is BoundedByWaterSurfacePropertyType

set_GenericApplicationPropertyOfWaterBody

public void set_GenericApplicationPropertyOfWaterBody(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfWaterBody)
Sets the value of the _GenericApplicationPropertyOfWaterBody property.

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