|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.RangeSetType
public class RangeSetType
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 |
|---|
protected List<ValueArrayType> valueArray
protected List<JAXBElement<?>> scalarValueList
protected DataBlockType dataBlock
protected FileType file
| Constructor Detail |
|---|
public RangeSetType()
| Method Detail |
|---|
public List<ValueArrayType> getValueArray()
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
public boolean isSetValueArray()
public void unsetValueArray()
public List<JAXBElement<?>> getScalarValueList()
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>>
public boolean isSetScalarValueList()
public void unsetScalarValueList()
public DataBlockType getDataBlock()
DataBlockTypepublic void setDataBlock(DataBlockType value)
value - allowed object is
DataBlockTypepublic boolean isSetDataBlock()
public FileType getFile()
FileTypepublic void setFile(FileType value)
value - allowed object is
FileTypepublic boolean isSetFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||