|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.DataBlockType
public class DataBlockType
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 |
---|
public DataBlockType()
Method Detail |
---|
public RangeParametersType getRangeParameters()
RangeParametersType
public void setRangeParameters(RangeParametersType value)
value
- allowed object is
RangeParametersType
public boolean isSetRangeParameters()
public CoordinatesType getTupleList()
CoordinatesType
public void setTupleList(CoordinatesType value)
value
- allowed object is
CoordinatesType
public boolean isSetTupleList()
public java.util.List<java.lang.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()
public void setDoubleOrNullTupleList(java.util.List<java.lang.String> doubleOrNullTupleList)
doubleOrNullTupleList
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |