Interface AbstractPatternType.SelectFunctions

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AbstractPatternTypeImpl.SelectFunctionsImpl
    Enclosing interface:
    AbstractPatternType

    public static interface AbstractPatternType.SelectFunctions
    extends org.apache.xmlbeans.XmlObject
    An XML SelectFunctions(@http://www.opengis.net/eml/0.0.2). This is a complex 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
      SelectFunctionType addNewSelectFunction()
      Appends and returns a new empty value (as xml) as the last "SelectFunction" element
      SelectFunctionType[] getSelectFunctionArray()
      Gets array of all "SelectFunction" elements
      SelectFunctionType getSelectFunctionArray​(int i)
      Gets ith "SelectFunction" element
      SelectFunctionType insertNewSelectFunction​(int i)
      Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
      void removeSelectFunction​(int i)
      Removes the ith "SelectFunction" element
      void setSelectFunctionArray​(int i, SelectFunctionType selectFunction)
      Sets ith "SelectFunction" element
      void setSelectFunctionArray​(SelectFunctionType[] selectFunctionArray)
      Sets array of all "SelectFunction" element
      int sizeOfSelectFunctionArray()
      Returns number of "SelectFunction" 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

      • getSelectFunctionArray

        SelectFunctionType[] getSelectFunctionArray()
        Gets array of all "SelectFunction" elements
      • getSelectFunctionArray

        SelectFunctionType getSelectFunctionArray​(int i)
        Gets ith "SelectFunction" element
      • sizeOfSelectFunctionArray

        int sizeOfSelectFunctionArray()
        Returns number of "SelectFunction" element
      • setSelectFunctionArray

        void setSelectFunctionArray​(SelectFunctionType[] selectFunctionArray)
        Sets array of all "SelectFunction" element
      • setSelectFunctionArray

        void setSelectFunctionArray​(int i,
                                    SelectFunctionType selectFunction)
        Sets ith "SelectFunction" element
      • insertNewSelectFunction

        SelectFunctionType insertNewSelectFunction​(int i)
        Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
      • addNewSelectFunction

        SelectFunctionType addNewSelectFunction()
        Appends and returns a new empty value (as xml) as the last "SelectFunction" element
      • removeSelectFunction

        void removeSelectFunction​(int i)
        Removes the ith "SelectFunction" element