Interface ArithmeticOperatorsType

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

    public interface ArithmeticOperatorsType
    extends org.apache.xmlbeans.XmlObject
    An XML ArithmeticOperatorsType(@http://www.opengis.net/ogc). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfSimpleArithmeticArray

        int sizeOfSimpleArithmeticArray()
        Returns number of "SimpleArithmetic" element
      • removeSimpleArithmetic

        void removeSimpleArithmetic​(int i)
        Removes the ith "SimpleArithmetic" element
      • getFunctionsArray

        FunctionsType[] getFunctionsArray()
        Gets array of all "Functions" elements
      • getFunctionsArray

        FunctionsType getFunctionsArray​(int i)
        Gets ith "Functions" element
      • sizeOfFunctionsArray

        int sizeOfFunctionsArray()
        Returns number of "Functions" element
      • setFunctionsArray

        void setFunctionsArray​(FunctionsType[] functionsArray)
        Sets array of all "Functions" element
      • setFunctionsArray

        void setFunctionsArray​(int i,
                               FunctionsType functions)
        Sets ith "Functions" element
      • insertNewFunctions

        FunctionsType insertNewFunctions​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Functions" element
      • addNewFunctions

        FunctionsType addNewFunctions()
        Appends and returns a new empty value (as xml) as the last "Functions" element
      • removeFunctions

        void removeFunctions​(int i)
        Removes the ith "Functions" element