org.citygml4j.jaxb.gml._3_1_1
Class DataBlockType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.DataBlockType

public class DataBlockType
extends java.lang.Object

Java-Klasse für DataBlockType complex type.

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

 <complexType name="DataBlockType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}rangeParameters"/>
         <choice>
           <element ref="{http://www.opengis.net/gml}tupleList"/>
           <element ref="{http://www.opengis.net/gml}doubleOrNullTupleList"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DataBlockType()
           
 
Method Summary
 java.util.List<java.lang.String> getDoubleOrNullTupleList()
          Gets the value of the doubleOrNullTupleList property.
 RangeParametersType getRangeParameters()
          Ruft den Wert der rangeParameters-Eigenschaft ab.
 CoordinatesType getTupleList()
          Ruft den Wert der tupleList-Eigenschaft ab.
 boolean isSetDoubleOrNullTupleList()
           
 boolean isSetRangeParameters()
           
 boolean isSetTupleList()
           
 void setDoubleOrNullTupleList(java.util.List<java.lang.String> doubleOrNullTupleList)
          Sets the value of the doubleOrNullTupleList property.
 void setRangeParameters(RangeParametersType value)
          Legt den Wert der rangeParameters-Eigenschaft fest.
 void setTupleList(CoordinatesType value)
          Legt den Wert der tupleList-Eigenschaft fest.
 void unsetDoubleOrNullTupleList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBlockType

public DataBlockType()
Method Detail

getRangeParameters

public RangeParametersType getRangeParameters()
Ruft den Wert der rangeParameters-Eigenschaft ab.

Returns:
possible object is RangeParametersType

setRangeParameters

public void setRangeParameters(RangeParametersType value)
Legt den Wert der rangeParameters-Eigenschaft fest.

Parameters:
value - allowed object is RangeParametersType

isSetRangeParameters

public boolean isSetRangeParameters()

getTupleList

public CoordinatesType getTupleList()
Ruft den Wert der tupleList-Eigenschaft ab.

Returns:
possible object is CoordinatesType

setTupleList

public void setTupleList(CoordinatesType value)
Legt den Wert der tupleList-Eigenschaft fest.

Parameters:
value - allowed object is CoordinatesType

isSetTupleList

public boolean isSetTupleList()

getDoubleOrNullTupleList

public java.util.List<java.lang.String> getDoubleOrNullTupleList()
Gets the value of the doubleOrNullTupleList 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 doubleOrNullTupleList property.

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

    getDoubleOrNullTupleList().add(newItem);
 

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


isSetDoubleOrNullTupleList

public boolean isSetDoubleOrNullTupleList()

unsetDoubleOrNullTupleList

public void unsetDoubleOrNullTupleList()

setDoubleOrNullTupleList

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

Parameters:
doubleOrNullTupleList - allowed object is String