Interface GridFunctionType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  GridFunctionType.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
      SequenceRuleType addNewSequenceRule()
      Appends and returns a new empty "sequenceRule" element
      SequenceRuleType getSequenceRule()
      Gets the "sequenceRule" element
      List getStartPoint()
      Gets the "startPoint" element
      boolean isSetSequenceRule()
      True if has "sequenceRule" element
      boolean isSetStartPoint()
      True if has "startPoint" element
      void setSequenceRule​(SequenceRuleType sequenceRule)
      Sets the "sequenceRule" element
      void setStartPoint​(List startPoint)
      Sets the "startPoint" element
      void unsetSequenceRule()
      Unsets the "sequenceRule" element
      void unsetStartPoint()
      Unsets the "startPoint" element
      IntegerList xgetStartPoint()
      Gets (as xml) the "startPoint" element
      void xsetStartPoint​(IntegerList startPoint)
      Sets (as xml) the "startPoint" 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

      • getSequenceRule

        SequenceRuleType getSequenceRule()
        Gets the "sequenceRule" element
      • isSetSequenceRule

        boolean isSetSequenceRule()
        True if has "sequenceRule" element
      • setSequenceRule

        void setSequenceRule​(SequenceRuleType sequenceRule)
        Sets the "sequenceRule" element
      • addNewSequenceRule

        SequenceRuleType addNewSequenceRule()
        Appends and returns a new empty "sequenceRule" element
      • unsetSequenceRule

        void unsetSequenceRule()
        Unsets the "sequenceRule" element
      • getStartPoint

        List getStartPoint()
        Gets the "startPoint" element
      • xgetStartPoint

        IntegerList xgetStartPoint()
        Gets (as xml) the "startPoint" element
      • isSetStartPoint

        boolean isSetStartPoint()
        True if has "startPoint" element
      • setStartPoint

        void setStartPoint​(List startPoint)
        Sets the "startPoint" element
      • xsetStartPoint

        void xsetStartPoint​(IntegerList startPoint)
        Sets (as xml) the "startPoint" element
      • unsetStartPoint

        void unsetStartPoint()
        Unsets the "startPoint" element