|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SectionsType
An XML SectionsType(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
SectionsType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlString |
addNewSection()
Appends and returns a new empty value (as xml) as the last "Section" element |
void |
addSection(String section)
Appends the value as the last "Section" element |
String[] |
getSectionArray()
Gets array of all "Section" elements |
String |
getSectionArray(int i)
Gets ith "Section" element |
org.apache.xmlbeans.XmlString |
insertNewSection(int i)
Inserts and returns a new empty value (as xml) as the ith "Section" element |
void |
insertSection(int i,
String section)
Inserts the value as the ith "Section" element |
void |
removeSection(int i)
Removes the ith "Section" element |
void |
setSectionArray(int i,
String section)
Sets ith "Section" element |
void |
setSectionArray(String[] sectionArray)
Sets array of all "Section" element |
int |
sizeOfSectionArray()
Returns number of "Section" element |
org.apache.xmlbeans.XmlString[] |
xgetSectionArray()
Gets (as xml) array of all "Section" elements |
org.apache.xmlbeans.XmlString |
xgetSectionArray(int i)
Gets (as xml) ith "Section" element |
void |
xsetSectionArray(int i,
org.apache.xmlbeans.XmlString section)
Sets (as xml) ith "Section" element |
void |
xsetSectionArray(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, 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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String[] getSectionArray()
String getSectionArray(int i)
org.apache.xmlbeans.XmlString[] xgetSectionArray()
org.apache.xmlbeans.XmlString xgetSectionArray(int i)
int sizeOfSectionArray()
void setSectionArray(String[] sectionArray)
void setSectionArray(int i,
String section)
void xsetSectionArray(org.apache.xmlbeans.XmlString[] sectionArray)
void xsetSectionArray(int i,
org.apache.xmlbeans.XmlString section)
void insertSection(int i,
String section)
void addSection(String section)
org.apache.xmlbeans.XmlString insertNewSection(int i)
org.apache.xmlbeans.XmlString addNewSection()
void removeSection(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||