Package net.opengis.gml.x32
Interface RangeSetType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RangeSetTypeImpl
public interface RangeSetType extends org.apache.xmlbeans.XmlObjectAn XML RangeSetType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRangeSetType.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 org.apache.xmlbeans.XmlObjectaddNewAbstractScalarValueList()Appends and returns a new empty value (as xml) as the last "AbstractScalarValueList" elementDataBlockTypeaddNewDataBlock()Appends and returns a new empty "DataBlock" elementFileTypeaddNewFile()Appends and returns a new empty "File" elementValueArrayTypeaddNewValueArray1()Appends and returns a new empty value (as xml) as the last "ValueArray" elementorg.apache.xmlbeans.XmlObject[]getAbstractScalarValueListArray()Gets array of all "AbstractScalarValueList" elementsorg.apache.xmlbeans.XmlObjectgetAbstractScalarValueListArray(int i)Gets ith "AbstractScalarValueList" elementDataBlockTypegetDataBlock()Gets the "DataBlock" elementFileTypegetFile()Gets the "File" elementValueArrayType[]getValueArray1Array()Gets array of all "ValueArray" elementsValueArrayTypegetValueArray1Array(int i)Gets ith "ValueArray" elementorg.apache.xmlbeans.XmlObjectinsertNewAbstractScalarValueList(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractScalarValueList" elementValueArrayTypeinsertNewValueArray1(int i)Inserts and returns a new empty value (as xml) as the ith "ValueArray" elementbooleanisSetDataBlock()True if has "DataBlock" elementbooleanisSetFile()True if has "File" elementvoidremoveAbstractScalarValueList(int i)Removes the ith "AbstractScalarValueList" elementvoidremoveValueArray1(int i)Removes the ith "ValueArray" elementvoidsetAbstractScalarValueListArray(int i, org.apache.xmlbeans.XmlObject abstractScalarValueList)Sets ith "AbstractScalarValueList" elementvoidsetAbstractScalarValueListArray(org.apache.xmlbeans.XmlObject[] abstractScalarValueListArray)Sets array of all "AbstractScalarValueList" elementvoidsetDataBlock(DataBlockType dataBlock)Sets the "DataBlock" elementvoidsetFile(FileType file)Sets the "File" elementvoidsetValueArray1Array(int i, ValueArrayType valueArray1)Sets ith "ValueArray" elementvoidsetValueArray1Array(ValueArrayType[] valueArray1Array)Sets array of all "ValueArray" elementintsizeOfAbstractScalarValueListArray()Returns number of "AbstractScalarValueList" elementintsizeOfValueArray1Array()Returns number of "ValueArray" elementvoidunsetDataBlock()Unsets the "DataBlock" elementvoidunsetFile()Unsets the "File" 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
-
getValueArray1Array
ValueArrayType[] getValueArray1Array()
Gets array of all "ValueArray" elements
-
getValueArray1Array
ValueArrayType getValueArray1Array(int i)
Gets ith "ValueArray" element
-
sizeOfValueArray1Array
int sizeOfValueArray1Array()
Returns number of "ValueArray" element
-
setValueArray1Array
void setValueArray1Array(ValueArrayType[] valueArray1Array)
Sets array of all "ValueArray" element
-
setValueArray1Array
void setValueArray1Array(int i, ValueArrayType valueArray1)Sets ith "ValueArray" element
-
insertNewValueArray1
ValueArrayType insertNewValueArray1(int i)
Inserts and returns a new empty value (as xml) as the ith "ValueArray" element
-
addNewValueArray1
ValueArrayType addNewValueArray1()
Appends and returns a new empty value (as xml) as the last "ValueArray" element
-
removeValueArray1
void removeValueArray1(int i)
Removes the ith "ValueArray" element
-
getAbstractScalarValueListArray
org.apache.xmlbeans.XmlObject[] getAbstractScalarValueListArray()
Gets array of all "AbstractScalarValueList" elements
-
getAbstractScalarValueListArray
org.apache.xmlbeans.XmlObject getAbstractScalarValueListArray(int i)
Gets ith "AbstractScalarValueList" element
-
sizeOfAbstractScalarValueListArray
int sizeOfAbstractScalarValueListArray()
Returns number of "AbstractScalarValueList" element
-
setAbstractScalarValueListArray
void setAbstractScalarValueListArray(org.apache.xmlbeans.XmlObject[] abstractScalarValueListArray)
Sets array of all "AbstractScalarValueList" element
-
setAbstractScalarValueListArray
void setAbstractScalarValueListArray(int i, org.apache.xmlbeans.XmlObject abstractScalarValueList)Sets ith "AbstractScalarValueList" element
-
insertNewAbstractScalarValueList
org.apache.xmlbeans.XmlObject insertNewAbstractScalarValueList(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractScalarValueList" element
-
addNewAbstractScalarValueList
org.apache.xmlbeans.XmlObject addNewAbstractScalarValueList()
Appends and returns a new empty value (as xml) as the last "AbstractScalarValueList" element
-
removeAbstractScalarValueList
void removeAbstractScalarValueList(int i)
Removes the ith "AbstractScalarValueList" element
-
getDataBlock
DataBlockType getDataBlock()
Gets the "DataBlock" element
-
isSetDataBlock
boolean isSetDataBlock()
True if has "DataBlock" element
-
setDataBlock
void setDataBlock(DataBlockType dataBlock)
Sets the "DataBlock" element
-
addNewDataBlock
DataBlockType addNewDataBlock()
Appends and returns a new empty "DataBlock" element
-
unsetDataBlock
void unsetDataBlock()
Unsets the "DataBlock" element
-
getFile
FileType getFile()
Gets the "File" element
-
isSetFile
boolean isSetFile()
True if has "File" element
-
setFile
void setFile(FileType file)
Sets the "File" element
-
addNewFile
FileType addNewFile()
Appends and returns a new empty "File" element
-
unsetFile
void unsetFile()
Unsets the "File" element
-
-