org.citygml4j.jaxb.citygml.wtr._1
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._1.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.wtr._1.AbstractWaterObjectType
                  extended by org.citygml4j.jaxb.citygml.wtr._1.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 class for WaterBodyType complex type.

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

 <complexType name="WaterBodyType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/waterbody/1.0}AbstractWaterObjectType">
       <sequence>
         <element name="class" type="{http://www.opengis.net/citygml/waterbody/1.0}WaterBodyClassType" minOccurs="0"/>
         <element name="function" type="{http://www.opengis.net/citygml/waterbody/1.0}WaterBodyFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://www.opengis.net/citygml/waterbody/1.0}WaterBodyUsageType" 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/1.0}BoundedByWaterSurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/waterbody/1.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.
 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.
 MultiCurvePropertyType getLod0MultiCurve()
          Gets the value of the lod0MultiCurve property.
 MultiSurfacePropertyType getLod0MultiSurface()
          Gets the value of the lod0MultiSurface property.
 MultiCurvePropertyType getLod1MultiCurve()
          Gets the value of the lod1MultiCurve property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 SolidPropertyType getLod1Solid()
          Gets the value of the lod1Solid property.
 SolidPropertyType getLod2Solid()
          Gets the value of the lod2Solid property.
 SolidPropertyType getLod3Solid()
          Gets the value of the lod3Solid property.
 SolidPropertyType getLod4Solid()
          Gets the value of the lod4Solid property.
 java.util.List<java.lang.String> 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(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 setLod0MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod0MultiCurve property.
 void setLod0MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod0MultiSurface property.
 void setLod1MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod1MultiCurve property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod1Solid(SolidPropertyType value)
          Sets the value of the lod1Solid property.
 void setLod2Solid(SolidPropertyType value)
          Sets the value of the lod2Solid property.
 void setLod3Solid(SolidPropertyType value)
          Sets the value of the lod3Solid property.
 void setLod4Solid(SolidPropertyType value)
          Sets the value of the lod4Solid property.
 void setUsage(java.util.List<java.lang.String> 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._1.AbstractWaterObjectType
get_GenericApplicationPropertyOfWaterObject, isSet_GenericApplicationPropertyOfWaterObject, set_GenericApplicationPropertyOfWaterObject, unset_GenericApplicationPropertyOfWaterObject
 
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

WaterBodyType

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

getUsage

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


isSetUsage

public boolean isSetUsage()

unsetUsage

public void unsetUsage()

getLod0MultiCurve

public MultiCurvePropertyType getLod0MultiCurve()
Gets the value of the lod0MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod0MultiCurve

public void setLod0MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod0MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod0MultiCurve

public boolean isSetLod0MultiCurve()

getLod0MultiSurface

public MultiSurfacePropertyType getLod0MultiSurface()
Gets the value of the lod0MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod0MultiSurface

public void setLod0MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod0MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod0MultiSurface

public boolean isSetLod0MultiSurface()

getLod1MultiCurve

public MultiCurvePropertyType getLod1MultiCurve()
Gets the value of the lod1MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod1MultiCurve

public void setLod1MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod1MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod1MultiCurve

public boolean isSetLod1MultiCurve()

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

getLod1Solid

public SolidPropertyType getLod1Solid()
Gets the value of the lod1Solid property.

Returns:
possible object is SolidPropertyType

setLod1Solid

public void setLod1Solid(SolidPropertyType value)
Sets the value of the lod1Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod1Solid

public boolean isSetLod1Solid()

getLod2Solid

public SolidPropertyType getLod2Solid()
Gets the value of the lod2Solid property.

Returns:
possible object is SolidPropertyType

setLod2Solid

public void setLod2Solid(SolidPropertyType value)
Sets the value of the lod2Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod2Solid

public boolean isSetLod2Solid()

getLod3Solid

public SolidPropertyType getLod3Solid()
Gets the value of the lod3Solid property.

Returns:
possible object is SolidPropertyType

setLod3Solid

public void setLod3Solid(SolidPropertyType value)
Sets the value of the lod3Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod3Solid

public boolean isSetLod3Solid()

getLod4Solid

public SolidPropertyType getLod4Solid()
Gets the value of the lod4Solid property.

Returns:
possible object is SolidPropertyType

setLod4Solid

public void setLod4Solid(SolidPropertyType value)
Sets the value of the lod4Solid property.

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<java.lang.String> function)
Sets the value of the function property.

Parameters:
function - allowed object is String

setUsage

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

Parameters:
usage - allowed object is String

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>