Package net.opengis.wcs.x11
Interface RangeSubsetType.FieldSubset
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RangeSubsetTypeImpl.FieldSubsetImpl
- Enclosing interface:
- RangeSubsetType
public static interface RangeSubsetType.FieldSubset extends org.apache.xmlbeans.XmlObjectAn XML FieldSubset(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRangeSubsetType.FieldSubset.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 AxisSubsetDocument.AxisSubsetaddNewAxisSubset()Appends and returns a new empty value (as xml) as the last "AxisSubset" elementCodeTypeaddNewIdentifier()Appends and returns a new empty "Identifier" elementAxisSubsetDocument.AxisSubset[]getAxisSubsetArray()Gets array of all "AxisSubset" elementsAxisSubsetDocument.AxisSubsetgetAxisSubsetArray(int i)Gets ith "AxisSubset" elementCodeTypegetIdentifier()Gets the "Identifier" elementStringgetInterpolationType()Gets the "InterpolationType" elementAxisSubsetDocument.AxisSubsetinsertNewAxisSubset(int i)Inserts and returns a new empty value (as xml) as the ith "AxisSubset" elementbooleanisSetInterpolationType()True if has "InterpolationType" elementvoidremoveAxisSubset(int i)Removes the ith "AxisSubset" elementvoidsetAxisSubsetArray(int i, AxisSubsetDocument.AxisSubset axisSubset)Sets ith "AxisSubset" elementvoidsetAxisSubsetArray(AxisSubsetDocument.AxisSubset[] axisSubsetArray)Sets array of all "AxisSubset" elementvoidsetIdentifier(CodeType identifier)Sets the "Identifier" elementvoidsetInterpolationType(String interpolationType)Sets the "InterpolationType" elementintsizeOfAxisSubsetArray()Returns number of "AxisSubset" elementvoidunsetInterpolationType()Unsets the "InterpolationType" elementorg.apache.xmlbeans.XmlStringxgetInterpolationType()Gets (as xml) the "InterpolationType" elementvoidxsetInterpolationType(org.apache.xmlbeans.XmlString interpolationType)Sets (as xml) the "InterpolationType" 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
-
getIdentifier
CodeType getIdentifier()
Gets the "Identifier" element
-
setIdentifier
void setIdentifier(CodeType identifier)
Sets the "Identifier" element
-
addNewIdentifier
CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element
-
getInterpolationType
String getInterpolationType()
Gets the "InterpolationType" element
-
xgetInterpolationType
org.apache.xmlbeans.XmlString xgetInterpolationType()
Gets (as xml) the "InterpolationType" element
-
isSetInterpolationType
boolean isSetInterpolationType()
True if has "InterpolationType" element
-
setInterpolationType
void setInterpolationType(String interpolationType)
Sets the "InterpolationType" element
-
xsetInterpolationType
void xsetInterpolationType(org.apache.xmlbeans.XmlString interpolationType)
Sets (as xml) the "InterpolationType" element
-
unsetInterpolationType
void unsetInterpolationType()
Unsets the "InterpolationType" element
-
getAxisSubsetArray
AxisSubsetDocument.AxisSubset[] getAxisSubsetArray()
Gets array of all "AxisSubset" elements
-
getAxisSubsetArray
AxisSubsetDocument.AxisSubset getAxisSubsetArray(int i)
Gets ith "AxisSubset" element
-
sizeOfAxisSubsetArray
int sizeOfAxisSubsetArray()
Returns number of "AxisSubset" element
-
setAxisSubsetArray
void setAxisSubsetArray(AxisSubsetDocument.AxisSubset[] axisSubsetArray)
Sets array of all "AxisSubset" element
-
setAxisSubsetArray
void setAxisSubsetArray(int i, AxisSubsetDocument.AxisSubset axisSubset)Sets ith "AxisSubset" element
-
insertNewAxisSubset
AxisSubsetDocument.AxisSubset insertNewAxisSubset(int i)
Inserts and returns a new empty value (as xml) as the ith "AxisSubset" element
-
addNewAxisSubset
AxisSubsetDocument.AxisSubset addNewAxisSubset()
Appends and returns a new empty value (as xml) as the last "AxisSubset" element
-
removeAxisSubset
void removeAxisSubset(int i)
Removes the ith "AxisSubset" element
-
-