org.citygml4j.jaxb.citygml.wtr._1
Class AbstractWaterBoundarySurfaceType

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.AbstractWaterBoundarySurfaceType
Direct Known Subclasses:
WaterClosureSurfaceType, WaterGroundSurfaceType, WaterSurfaceType

public abstract class AbstractWaterBoundarySurfaceType
extends AbstractCityObjectType

A WaterBoundarySurface is a thematic object which classifies surfaces bounding a water body.

Java-Klasse für AbstractWaterBoundarySurfaceType complex type.

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

 <complexType name="AbstractWaterBoundarySurfaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
       <sequence>
         <element name="lod2Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
         <element name="lod3Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
         <element name="lod4Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/waterbody/1.0}_GenericApplicationPropertyOfWaterBoundarySurface" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractWaterBoundarySurfaceType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfWaterBoundarySurface()
          Gets the value of the genericApplicationPropertyOfWaterBoundarySurface property.
 SurfacePropertyType getLod2Surface()
          Ruft den Wert der lod2Surface-Eigenschaft ab.
 SurfacePropertyType getLod3Surface()
          Ruft den Wert der lod3Surface-Eigenschaft ab.
 SurfacePropertyType getLod4Surface()
          Ruft den Wert der lod4Surface-Eigenschaft ab.
 boolean isSet_GenericApplicationPropertyOfWaterBoundarySurface()
           
 boolean isSetLod2Surface()
           
 boolean isSetLod3Surface()
           
 boolean isSetLod4Surface()
           
 void set_GenericApplicationPropertyOfWaterBoundarySurface(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfWaterBoundarySurface)
          Sets the value of the _GenericApplicationPropertyOfWaterBoundarySurface property.
 void setLod2Surface(SurfacePropertyType value)
          Legt den Wert der lod2Surface-Eigenschaft fest.
 void setLod3Surface(SurfacePropertyType value)
          Legt den Wert der lod3Surface-Eigenschaft fest.
 void setLod4Surface(SurfacePropertyType value)
          Legt den Wert der lod4Surface-Eigenschaft fest.
 void unset_GenericApplicationPropertyOfWaterBoundarySurface()
           
 
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

AbstractWaterBoundarySurfaceType

public AbstractWaterBoundarySurfaceType()
Method Detail

getLod2Surface

public SurfacePropertyType getLod2Surface()
Ruft den Wert der lod2Surface-Eigenschaft ab.

Returns:
possible object is SurfacePropertyType

setLod2Surface

public void setLod2Surface(SurfacePropertyType value)
Legt den Wert der lod2Surface-Eigenschaft fest.

Parameters:
value - allowed object is SurfacePropertyType

isSetLod2Surface

public boolean isSetLod2Surface()

getLod3Surface

public SurfacePropertyType getLod3Surface()
Ruft den Wert der lod3Surface-Eigenschaft ab.

Returns:
possible object is SurfacePropertyType

setLod3Surface

public void setLod3Surface(SurfacePropertyType value)
Legt den Wert der lod3Surface-Eigenschaft fest.

Parameters:
value - allowed object is SurfacePropertyType

isSetLod3Surface

public boolean isSetLod3Surface()

getLod4Surface

public SurfacePropertyType getLod4Surface()
Ruft den Wert der lod4Surface-Eigenschaft ab.

Returns:
possible object is SurfacePropertyType

setLod4Surface

public void setLod4Surface(SurfacePropertyType value)
Legt den Wert der lod4Surface-Eigenschaft fest.

Parameters:
value - allowed object is SurfacePropertyType

isSetLod4Surface

public boolean isSetLod4Surface()

get_GenericApplicationPropertyOfWaterBoundarySurface

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

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

    get_GenericApplicationPropertyOfWaterBoundarySurface().add(newItem);
 

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


isSet_GenericApplicationPropertyOfWaterBoundarySurface

public boolean isSet_GenericApplicationPropertyOfWaterBoundarySurface()

unset_GenericApplicationPropertyOfWaterBoundarySurface

public void unset_GenericApplicationPropertyOfWaterBoundarySurface()

set_GenericApplicationPropertyOfWaterBoundarySurface

public void set_GenericApplicationPropertyOfWaterBoundarySurface(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfWaterBoundarySurface)
Sets the value of the _GenericApplicationPropertyOfWaterBoundarySurface property.

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