Package net.opengis.gml.x32
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/3.2). 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 AssociationRoleTypeaddNewRangeParameters()Appends and returns a new empty "rangeParameters" elementCoordinatesTypeaddNewTupleList()Appends and returns a new empty "tupleList" elementListgetDoubleOrNilReasonTupleList()Gets the "doubleOrNilReasonTupleList" elementAssociationRoleTypegetRangeParameters()Gets the "rangeParameters" elementCoordinatesTypegetTupleList()Gets the "tupleList" elementbooleanisSetDoubleOrNilReasonTupleList()True if has "doubleOrNilReasonTupleList" elementbooleanisSetTupleList()True if has "tupleList" elementvoidsetDoubleOrNilReasonTupleList(List doubleOrNilReasonTupleList)Sets the "doubleOrNilReasonTupleList" elementvoidsetRangeParameters(AssociationRoleType rangeParameters)Sets the "rangeParameters" elementvoidsetTupleList(CoordinatesType tupleList)Sets the "tupleList" elementvoidunsetDoubleOrNilReasonTupleList()Unsets the "doubleOrNilReasonTupleList" elementvoidunsetTupleList()Unsets the "tupleList" elementDoubleOrNilReasonListxgetDoubleOrNilReasonTupleList()Gets (as xml) the "doubleOrNilReasonTupleList" elementvoidxsetDoubleOrNilReasonTupleList(DoubleOrNilReasonList doubleOrNilReasonTupleList)Sets (as xml) the "doubleOrNilReasonTupleList" 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
AssociationRoleType getRangeParameters()
Gets the "rangeParameters" element
-
setRangeParameters
void setRangeParameters(AssociationRoleType rangeParameters)
Sets the "rangeParameters" element
-
addNewRangeParameters
AssociationRoleType 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
-
getDoubleOrNilReasonTupleList
List getDoubleOrNilReasonTupleList()
Gets the "doubleOrNilReasonTupleList" element
-
xgetDoubleOrNilReasonTupleList
DoubleOrNilReasonList xgetDoubleOrNilReasonTupleList()
Gets (as xml) the "doubleOrNilReasonTupleList" element
-
isSetDoubleOrNilReasonTupleList
boolean isSetDoubleOrNilReasonTupleList()
True if has "doubleOrNilReasonTupleList" element
-
setDoubleOrNilReasonTupleList
void setDoubleOrNilReasonTupleList(List doubleOrNilReasonTupleList)
Sets the "doubleOrNilReasonTupleList" element
-
xsetDoubleOrNilReasonTupleList
void xsetDoubleOrNilReasonTupleList(DoubleOrNilReasonList doubleOrNilReasonTupleList)
Sets (as xml) the "doubleOrNilReasonTupleList" element
-
unsetDoubleOrNilReasonTupleList
void unsetDoubleOrNilReasonTupleList()
Unsets the "doubleOrNilReasonTupleList" element
-
-