net.opengis.gml
Class RangeSetType

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

public class RangeSetType
extends Object

Classe Java pour RangeSetType complex type.

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

 <complexType name="RangeSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/gml}ValueArray" maxOccurs="unbounded"/>
         <group ref="{http://www.opengis.net/gml}ScalarValueList" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/gml}DataBlock"/>
         <element ref="{http://www.opengis.net/gml}File"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataBlockType dataBlock
           
protected  FileType file
           
protected  List<JAXBElement<?>> scalarValueList
           
protected  List<ValueArrayType> valueArray
           
 
Constructor Summary
RangeSetType()
           
 
Method Summary
 DataBlockType getDataBlock()
          Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.
 FileType getFile()
          a reference to an external source for the data, together with a description of how that external source is structured
 List<JAXBElement<?>> getScalarValueList()
          each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table Gets the value of the scalarValueList property.
 List<ValueArrayType> getValueArray()
          each member _Value holds a tuple or "row" from the equivalent table Gets the value of the valueArray property.
 boolean isSetDataBlock()
           
 boolean isSetFile()
           
 boolean isSetScalarValueList()
           
 boolean isSetValueArray()
           
 void setDataBlock(DataBlockType value)
          Définit la valeur de la propriété dataBlock.
 void setFile(FileType value)
          Définit la valeur de la propriété file.
 void unsetScalarValueList()
           
 void unsetValueArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueArray

protected List<ValueArrayType> valueArray

scalarValueList

protected List<JAXBElement<?>> scalarValueList

dataBlock

protected DataBlockType dataBlock

file

protected FileType file
Constructor Detail

RangeSetType

public RangeSetType()
Method Detail

getValueArray

public List<ValueArrayType> getValueArray()
each member _Value holds a tuple or "row" from the equivalent table Gets the value of the valueArray 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 valueArray property.

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

    getValueArray().add(newItem);
 

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


isSetValueArray

public boolean isSetValueArray()

unsetValueArray

public void unsetValueArray()

getScalarValueList

public List<JAXBElement<?>> getScalarValueList()
each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table Gets the value of the scalarValueList 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 scalarValueList property.

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

    getScalarValueList().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<List<String>> JAXBElement<CodeOrNullListType> JAXBElement<MeasureOrNullListType> JAXBElement<List<String>>


isSetScalarValueList

public boolean isSetScalarValueList()

unsetScalarValueList

public void unsetScalarValueList()

getDataBlock

public DataBlockType getDataBlock()
Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.

Returns:
possible object is DataBlockType

setDataBlock

public void setDataBlock(DataBlockType value)
Définit la valeur de la propriété dataBlock.

Parameters:
value - allowed object is DataBlockType

isSetDataBlock

public boolean isSetDataBlock()

getFile

public FileType getFile()
a reference to an external source for the data, together with a description of how that external source is structured

Returns:
possible object is FileType

setFile

public void setFile(FileType value)
Définit la valeur de la propriété file.

Parameters:
value - allowed object is FileType

isSetFile

public boolean isSetFile()


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