Interface FormulaType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  FormulaType.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
      double getA()
      Gets the "a" element
      double getB()
      Gets the "b" element
      double getC()
      Gets the "c" element
      double getD()
      Gets the "d" element
      boolean isSetA()
      True if has "a" element
      boolean isSetD()
      True if has "d" element
      void setA​(double a)
      Sets the "a" element
      void setB​(double b)
      Sets the "b" element
      void setC​(double c)
      Sets the "c" element
      void setD​(double d)
      Sets the "d" element
      void unsetA()
      Unsets the "a" element
      void unsetD()
      Unsets the "d" element
      org.apache.xmlbeans.XmlDouble xgetA()
      Gets (as xml) the "a" element
      org.apache.xmlbeans.XmlDouble xgetB()
      Gets (as xml) the "b" element
      org.apache.xmlbeans.XmlDouble xgetC()
      Gets (as xml) the "c" element
      org.apache.xmlbeans.XmlDouble xgetD()
      Gets (as xml) the "d" element
      void xsetA​(org.apache.xmlbeans.XmlDouble a)
      Sets (as xml) the "a" element
      void xsetB​(org.apache.xmlbeans.XmlDouble b)
      Sets (as xml) the "b" element
      void xsetC​(org.apache.xmlbeans.XmlDouble c)
      Sets (as xml) the "c" element
      void xsetD​(org.apache.xmlbeans.XmlDouble d)
      Sets (as xml) the "d" 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

      • getA

        double getA()
        Gets the "a" element
      • xgetA

        org.apache.xmlbeans.XmlDouble xgetA()
        Gets (as xml) the "a" element
      • isSetA

        boolean isSetA()
        True if has "a" element
      • setA

        void setA​(double a)
        Sets the "a" element
      • xsetA

        void xsetA​(org.apache.xmlbeans.XmlDouble a)
        Sets (as xml) the "a" element
      • unsetA

        void unsetA()
        Unsets the "a" element
      • getB

        double getB()
        Gets the "b" element
      • xgetB

        org.apache.xmlbeans.XmlDouble xgetB()
        Gets (as xml) the "b" element
      • setB

        void setB​(double b)
        Sets the "b" element
      • xsetB

        void xsetB​(org.apache.xmlbeans.XmlDouble b)
        Sets (as xml) the "b" element
      • getC

        double getC()
        Gets the "c" element
      • xgetC

        org.apache.xmlbeans.XmlDouble xgetC()
        Gets (as xml) the "c" element
      • setC

        void setC​(double c)
        Sets the "c" element
      • xsetC

        void xsetC​(org.apache.xmlbeans.XmlDouble c)
        Sets (as xml) the "c" element
      • getD

        double getD()
        Gets the "d" element
      • xgetD

        org.apache.xmlbeans.XmlDouble xgetD()
        Gets (as xml) the "d" element
      • isSetD

        boolean isSetD()
        True if has "d" element
      • setD

        void setD​(double d)
        Sets the "d" element
      • xsetD

        void xsetD​(org.apache.xmlbeans.XmlDouble d)
        Sets (as xml) the "d" element
      • unsetD

        void unsetD()
        Unsets the "d" element