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 class for DataBlockType complex type.

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

 <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()
          Gets the value of the rangeParameters property.
 CoordinatesType getTupleList()
          Gets the value of the tupleList property.
 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)
          Sets the value of the rangeParameters property.
 void setTupleList(CoordinatesType value)
          Sets the value of the tupleList property.
 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()
Gets the value of the rangeParameters property.

Returns:
possible object is RangeParametersType

setRangeParameters

public void setRangeParameters(RangeParametersType value)
Sets the value of the rangeParameters property.

Parameters:
value - allowed object is RangeParametersType

isSetRangeParameters

public boolean isSetRangeParameters()

getTupleList

public CoordinatesType getTupleList()
Gets the value of the tupleList property.

Returns:
possible object is CoordinatesType

setTupleList

public void setTupleList(CoordinatesType value)
Sets the value of the tupleList property.

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