Package net.opengis.gml.x32
Interface AbstractGriddedSurfaceType.Rows
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AbstractGriddedSurfaceTypeImpl.RowsImpl
- Enclosing interface:
- AbstractGriddedSurfaceType
public static interface AbstractGriddedSurfaceType.Rows extends org.apache.xmlbeans.XmlObjectAn XML rows(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractGriddedSurfaceType.Rows.FactoryA factory class with static methods for creating instances of this type.static interfaceAbstractGriddedSurfaceType.Rows.RowAn XML Row(@http://www.opengis.net/gml/3.2).
-
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 AbstractGriddedSurfaceType.Rows.RowaddNewRow()Appends and returns a new empty value (as xml) as the last "Row" elementAbstractGriddedSurfaceType.Rows.Row[]getRowArray()Gets array of all "Row" elementsAbstractGriddedSurfaceType.Rows.RowgetRowArray(int i)Gets ith "Row" elementAbstractGriddedSurfaceType.Rows.RowinsertNewRow(int i)Inserts and returns a new empty value (as xml) as the ith "Row" elementvoidremoveRow(int i)Removes the ith "Row" elementvoidsetRowArray(int i, AbstractGriddedSurfaceType.Rows.Row row)Sets ith "Row" elementvoidsetRowArray(AbstractGriddedSurfaceType.Rows.Row[] rowArray)Sets array of all "Row" elementintsizeOfRowArray()Returns number of "Row" 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
-
getRowArray
AbstractGriddedSurfaceType.Rows.Row[] getRowArray()
Gets array of all "Row" elements
-
getRowArray
AbstractGriddedSurfaceType.Rows.Row getRowArray(int i)
Gets ith "Row" element
-
sizeOfRowArray
int sizeOfRowArray()
Returns number of "Row" element
-
setRowArray
void setRowArray(AbstractGriddedSurfaceType.Rows.Row[] rowArray)
Sets array of all "Row" element
-
setRowArray
void setRowArray(int i, AbstractGriddedSurfaceType.Rows.Row row)Sets ith "Row" element
-
insertNewRow
AbstractGriddedSurfaceType.Rows.Row insertNewRow(int i)
Inserts and returns a new empty value (as xml) as the ith "Row" element
-
addNewRow
AbstractGriddedSurfaceType.Rows.Row addNewRow()
Appends and returns a new empty value (as xml) as the last "Row" element
-
removeRow
void removeRow(int i)
Removes the ith "Row" element
-
-