Interface ScalarCapabilitiesType

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

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

      • type

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

      • isSetLogicalOperators

        boolean isSetLogicalOperators()
        True if has "LogicalOperators" element
      • unsetLogicalOperators

        void unsetLogicalOperators()
        Unsets the "LogicalOperators" element
      • isSetComparisonOperators

        boolean isSetComparisonOperators()
        True if has "ComparisonOperators" element
      • setComparisonOperators

        void setComparisonOperators​(ComparisonOperatorsType comparisonOperators)
        Sets the "ComparisonOperators" element
      • addNewComparisonOperators

        ComparisonOperatorsType addNewComparisonOperators()
        Appends and returns a new empty "ComparisonOperators" element
      • unsetComparisonOperators

        void unsetComparisonOperators()
        Unsets the "ComparisonOperators" element
      • isSetArithmeticOperators

        boolean isSetArithmeticOperators()
        True if has "ArithmeticOperators" element
      • setArithmeticOperators

        void setArithmeticOperators​(ArithmeticOperatorsType arithmeticOperators)
        Sets the "ArithmeticOperators" element
      • addNewArithmeticOperators

        ArithmeticOperatorsType addNewArithmeticOperators()
        Appends and returns a new empty "ArithmeticOperators" element
      • unsetArithmeticOperators

        void unsetArithmeticOperators()
        Unsets the "ArithmeticOperators" element