Package net.opengis.ogc
Interface SortByType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SortByTypeImpl
public interface SortByType extends org.apache.xmlbeans.XmlObjectAn XML SortByType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSortByType.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 SortPropertyTypeaddNewSortProperty()Appends and returns a new empty value (as xml) as the last "SortProperty" elementSortPropertyType[]getSortPropertyArray()Gets array of all "SortProperty" elementsSortPropertyTypegetSortPropertyArray(int i)Gets ith "SortProperty" elementSortPropertyTypeinsertNewSortProperty(int i)Inserts and returns a new empty value (as xml) as the ith "SortProperty" elementvoidremoveSortProperty(int i)Removes the ith "SortProperty" elementvoidsetSortPropertyArray(int i, SortPropertyType sortProperty)Sets ith "SortProperty" elementvoidsetSortPropertyArray(SortPropertyType[] sortPropertyArray)Sets array of all "SortProperty" elementintsizeOfSortPropertyArray()Returns number of "SortProperty" 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
-
getSortPropertyArray
SortPropertyType[] getSortPropertyArray()
Gets array of all "SortProperty" elements
-
getSortPropertyArray
SortPropertyType getSortPropertyArray(int i)
Gets ith "SortProperty" element
-
sizeOfSortPropertyArray
int sizeOfSortPropertyArray()
Returns number of "SortProperty" element
-
setSortPropertyArray
void setSortPropertyArray(SortPropertyType[] sortPropertyArray)
Sets array of all "SortProperty" element
-
setSortPropertyArray
void setSortPropertyArray(int i, SortPropertyType sortProperty)Sets ith "SortProperty" element
-
insertNewSortProperty
SortPropertyType insertNewSortProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "SortProperty" element
-
addNewSortProperty
SortPropertyType addNewSortProperty()
Appends and returns a new empty value (as xml) as the last "SortProperty" element
-
removeSortProperty
void removeSortProperty(int i)
Removes the ith "SortProperty" element
-
-