net.opengis.gml
Class DataBlockType

java.lang.Object
  extended by net.opengis.gml.DataBlockType

public class DataBlockType
extends Object

Classe Java pour DataBlockType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  List<String> doubleOrNullTupleList
           
protected  RangeParametersType rangeParameters
           
protected  CoordinatesType tupleList
           
 
Constructor Summary
DataBlockType()
           
 
Method Summary
 List<String> getDoubleOrNullTupleList()
          Gets the value of the doubleOrNullTupleList property.
 RangeParametersType getRangeParameters()
          Obtient la valeur de la propriété rangeParameters.
 CoordinatesType getTupleList()
          Obtient la valeur de la propriété tupleList.
 boolean isSetDoubleOrNullTupleList()
           
 boolean isSetRangeParameters()
           
 boolean isSetTupleList()
           
 void setRangeParameters(RangeParametersType value)
          Définit la valeur de la propriété rangeParameters.
 void setTupleList(CoordinatesType value)
          Définit la valeur de la propriété tupleList.
 void unsetDoubleOrNullTupleList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rangeParameters

protected RangeParametersType rangeParameters

tupleList

protected CoordinatesType tupleList

doubleOrNullTupleList

protected List<String> doubleOrNullTupleList
Constructor Detail

DataBlockType

public DataBlockType()
Method Detail

getRangeParameters

public RangeParametersType getRangeParameters()
Obtient la valeur de la propriété rangeParameters.

Returns:
possible object is RangeParametersType

setRangeParameters

public void setRangeParameters(RangeParametersType value)
Définit la valeur de la propriété rangeParameters.

Parameters:
value - allowed object is RangeParametersType

isSetRangeParameters

public boolean isSetRangeParameters()

getTupleList

public CoordinatesType getTupleList()
Obtient la valeur de la propriété tupleList.

Returns:
possible object is CoordinatesType

setTupleList

public void setTupleList(CoordinatesType value)
Définit la valeur de la propriété tupleList.

Parameters:
value - allowed object is CoordinatesType

isSetTupleList

public boolean isSetTupleList()

getDoubleOrNullTupleList

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


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.