|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.DataBlockType
public class DataBlockType
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 |
|---|
protected RangeParametersType rangeParameters
protected CoordinatesType tupleList
protected List<String> doubleOrNullTupleList
| Constructor Detail |
|---|
public DataBlockType()
| Method Detail |
|---|
public RangeParametersType getRangeParameters()
RangeParametersTypepublic void setRangeParameters(RangeParametersType value)
value - allowed object is
RangeParametersTypepublic boolean isSetRangeParameters()
public CoordinatesType getTupleList()
CoordinatesTypepublic void setTupleList(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetTupleList()
public List<String> getDoubleOrNullTupleList()
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
public boolean isSetDoubleOrNullTupleList()
public void unsetDoubleOrNullTupleList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||