Package net.opengis.gml
Interface DataBlockType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DataBlockTypeImpl
public interface DataBlockType extends org.apache.xmlbeans.XmlObjectAn XML DataBlockType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataBlockType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangeParametersTypeaddNewRangeParameters()Appends and returns a new empty "rangeParameters" elementCoordinatesTypeaddNewTupleList()Appends and returns a new empty "tupleList" elementListgetDoubleOrNullTupleList()Gets the "doubleOrNullTupleList" elementRangeParametersTypegetRangeParameters()Gets the "rangeParameters" elementCoordinatesTypegetTupleList()Gets the "tupleList" elementbooleanisSetDoubleOrNullTupleList()True if has "doubleOrNullTupleList" elementbooleanisSetTupleList()True if has "tupleList" elementvoidsetDoubleOrNullTupleList(List doubleOrNullTupleList)Sets the "doubleOrNullTupleList" elementvoidsetRangeParameters(RangeParametersType rangeParameters)Sets the "rangeParameters" elementvoidsetTupleList(CoordinatesType tupleList)Sets the "tupleList" elementvoidunsetDoubleOrNullTupleList()Unsets the "doubleOrNullTupleList" elementvoidunsetTupleList()Unsets the "tupleList" elementDoubleOrNullListxgetDoubleOrNullTupleList()Gets (as xml) the "doubleOrNullTupleList" elementvoidxsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)Sets (as xml) the "doubleOrNullTupleList" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getRangeParameters
RangeParametersType getRangeParameters()
Gets the "rangeParameters" element
-
setRangeParameters
void setRangeParameters(RangeParametersType rangeParameters)
Sets the "rangeParameters" element
-
addNewRangeParameters
RangeParametersType addNewRangeParameters()
Appends and returns a new empty "rangeParameters" element
-
getTupleList
CoordinatesType getTupleList()
Gets the "tupleList" element
-
isSetTupleList
boolean isSetTupleList()
True if has "tupleList" element
-
setTupleList
void setTupleList(CoordinatesType tupleList)
Sets the "tupleList" element
-
addNewTupleList
CoordinatesType addNewTupleList()
Appends and returns a new empty "tupleList" element
-
unsetTupleList
void unsetTupleList()
Unsets the "tupleList" element
-
getDoubleOrNullTupleList
List getDoubleOrNullTupleList()
Gets the "doubleOrNullTupleList" element
-
xgetDoubleOrNullTupleList
DoubleOrNullList xgetDoubleOrNullTupleList()
Gets (as xml) the "doubleOrNullTupleList" element
-
isSetDoubleOrNullTupleList
boolean isSetDoubleOrNullTupleList()
True if has "doubleOrNullTupleList" element
-
setDoubleOrNullTupleList
void setDoubleOrNullTupleList(List doubleOrNullTupleList)
Sets the "doubleOrNullTupleList" element
-
xsetDoubleOrNullTupleList
void xsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
Sets (as xml) the "doubleOrNullTupleList" element
-
unsetDoubleOrNullTupleList
void unsetDoubleOrNullTupleList()
Unsets the "doubleOrNullTupleList" element
-
-