Package net.opengis.ows.x11
Interface SectionsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SectionsTypeImpl
public interface SectionsType extends org.apache.xmlbeans.XmlObjectAn XML SectionsType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSectionsType.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.XmlStringaddNewSection()Appends and returns a new empty value (as xml) as the last "Section" elementvoidaddSection(String section)Appends the value as the last "Section" elementString[]getSectionArray()Gets array of all "Section" elementsStringgetSectionArray(int i)Gets ith "Section" elementorg.apache.xmlbeans.XmlStringinsertNewSection(int i)Inserts and returns a new empty value (as xml) as the ith "Section" elementvoidinsertSection(int i, String section)Inserts the value as the ith "Section" elementvoidremoveSection(int i)Removes the ith "Section" elementvoidsetSectionArray(int i, String section)Sets ith "Section" elementvoidsetSectionArray(String[] sectionArray)Sets array of all "Section" elementintsizeOfSectionArray()Returns number of "Section" elementorg.apache.xmlbeans.XmlString[]xgetSectionArray()Gets (as xml) array of all "Section" elementsorg.apache.xmlbeans.XmlStringxgetSectionArray(int i)Gets (as xml) ith "Section" elementvoidxsetSectionArray(int i, org.apache.xmlbeans.XmlString section)Sets (as xml) ith "Section" elementvoidxsetSectionArray(org.apache.xmlbeans.XmlString[] sectionArray)Sets (as xml) array of all "Section" 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
-
getSectionArray
String[] getSectionArray()
Gets array of all "Section" elements
-
getSectionArray
String getSectionArray(int i)
Gets ith "Section" element
-
xgetSectionArray
org.apache.xmlbeans.XmlString[] xgetSectionArray()
Gets (as xml) array of all "Section" elements
-
xgetSectionArray
org.apache.xmlbeans.XmlString xgetSectionArray(int i)
Gets (as xml) ith "Section" element
-
sizeOfSectionArray
int sizeOfSectionArray()
Returns number of "Section" element
-
setSectionArray
void setSectionArray(String[] sectionArray)
Sets array of all "Section" element
-
setSectionArray
void setSectionArray(int i, String section)Sets ith "Section" element
-
xsetSectionArray
void xsetSectionArray(org.apache.xmlbeans.XmlString[] sectionArray)
Sets (as xml) array of all "Section" element
-
xsetSectionArray
void xsetSectionArray(int i, org.apache.xmlbeans.XmlString section)Sets (as xml) ith "Section" element
-
insertSection
void insertSection(int i, String section)Inserts the value as the ith "Section" element
-
addSection
void addSection(String section)
Appends the value as the last "Section" element
-
insertNewSection
org.apache.xmlbeans.XmlString insertNewSection(int i)
Inserts and returns a new empty value (as xml) as the ith "Section" element
-
addNewSection
org.apache.xmlbeans.XmlString addNewSection()
Appends and returns a new empty value (as xml) as the last "Section" element
-
removeSection
void removeSection(int i)
Removes the ith "Section" element
-
-