Interface SortByType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    SortByTypeImpl

    public interface SortByType
    extends org.apache.xmlbeans.XmlObject
    An XML SortByType(@http://www.opengis.net/ogc). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SortByType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SortPropertyType addNewSortProperty()
      Appends and returns a new empty value (as xml) as the last "SortProperty" element
      SortPropertyType[] getSortPropertyArray()
      Gets array of all "SortProperty" elements
      SortPropertyType getSortPropertyArray​(int i)
      Gets ith "SortProperty" element
      SortPropertyType insertNewSortProperty​(int i)
      Inserts and returns a new empty value (as xml) as the ith "SortProperty" element
      void removeSortProperty​(int i)
      Removes the ith "SortProperty" element
      void setSortPropertyArray​(int i, SortPropertyType sortProperty)
      Sets ith "SortProperty" element
      void setSortPropertyArray​(SortPropertyType[] sortPropertyArray)
      Sets array of all "SortProperty" element
      int sizeOfSortPropertyArray()
      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
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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