Interface AllowedValuesDocument.AllowedValues

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AllowedValuesDocumentImpl.AllowedValuesImpl
    Enclosing interface:
    AllowedValuesDocument

    public static interface AllowedValuesDocument.AllowedValues
    extends org.apache.xmlbeans.XmlObject
    An XML AllowedValues(@http://www.opengis.net/swe/1.0.1). 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
      void addInterval​(List interval)
      Appends the value as the last "interval" element
      DecimalPair addNewInterval()
      Appends and returns a new empty value (as xml) as the last "interval" element
      DecimalList addNewValueList()
      Appends and returns a new empty value (as xml) as the last "valueList" element
      void addValueList​(List valueList)
      Appends the value as the last "valueList" element
      String getId()
      Gets the "id" attribute
      List[] getIntervalArray()
      Gets array of all "interval" elements
      List getIntervalArray​(int i)
      Gets ith "interval" element
      double getMax()
      Gets the "max" element
      double getMin()
      Gets the "min" element
      List[] getValueListArray()
      Gets array of all "valueList" elements
      List getValueListArray​(int i)
      Gets ith "valueList" element
      void insertInterval​(int i, List interval)
      Inserts the value as the ith "interval" element
      DecimalPair insertNewInterval​(int i)
      Inserts and returns a new empty value (as xml) as the ith "interval" element
      DecimalList insertNewValueList​(int i)
      Inserts and returns a new empty value (as xml) as the ith "valueList" element
      void insertValueList​(int i, List valueList)
      Inserts the value as the ith "valueList" element
      boolean isSetId()
      True if has "id" attribute
      boolean isSetMax()
      True if has "max" element
      boolean isSetMin()
      True if has "min" element
      void removeInterval​(int i)
      Removes the ith "interval" element
      void removeValueList​(int i)
      Removes the ith "valueList" element
      void setId​(String id)
      Sets the "id" attribute
      void setIntervalArray​(int i, List interval)
      Sets ith "interval" element
      void setIntervalArray​(List[] intervalArray)
      Sets array of all "interval" element
      void setMax​(double max)
      Sets the "max" element
      void setMin​(double min)
      Sets the "min" element
      void setValueListArray​(int i, List valueList)
      Sets ith "valueList" element
      void setValueListArray​(List[] valueListArray)
      Sets array of all "valueList" element
      int sizeOfIntervalArray()
      Returns number of "interval" element
      int sizeOfValueListArray()
      Returns number of "valueList" element
      void unsetId()
      Unsets the "id" attribute
      void unsetMax()
      Unsets the "max" element
      void unsetMin()
      Unsets the "min" element
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      DecimalPair[] xgetIntervalArray()
      Gets (as xml) array of all "interval" elements
      DecimalPair xgetIntervalArray​(int i)
      Gets (as xml) ith "interval" element
      org.apache.xmlbeans.XmlDouble xgetMax()
      Gets (as xml) the "max" element
      org.apache.xmlbeans.XmlDouble xgetMin()
      Gets (as xml) the "min" element
      DecimalList[] xgetValueListArray()
      Gets (as xml) array of all "valueList" elements
      DecimalList xgetValueListArray​(int i)
      Gets (as xml) ith "valueList" element
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      void xsetIntervalArray​(int i, DecimalPair interval)
      Sets (as xml) ith "interval" element
      void xsetIntervalArray​(DecimalPair[] intervalArray)
      Sets (as xml) array of all "interval" element
      void xsetMax​(org.apache.xmlbeans.XmlDouble max)
      Sets (as xml) the "max" element
      void xsetMin​(org.apache.xmlbeans.XmlDouble min)
      Sets (as xml) the "min" element
      void xsetValueListArray​(int i, DecimalList valueList)
      Sets (as xml) ith "valueList" element
      void xsetValueListArray​(DecimalList[] valueListArray)
      Sets (as xml) array of all "valueList" 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

      • getMin

        double getMin()
        Gets the "min" element
      • xgetMin

        org.apache.xmlbeans.XmlDouble xgetMin()
        Gets (as xml) the "min" element
      • isSetMin

        boolean isSetMin()
        True if has "min" element
      • setMin

        void setMin​(double min)
        Sets the "min" element
      • xsetMin

        void xsetMin​(org.apache.xmlbeans.XmlDouble min)
        Sets (as xml) the "min" element
      • unsetMin

        void unsetMin()
        Unsets the "min" element
      • getMax

        double getMax()
        Gets the "max" element
      • xgetMax

        org.apache.xmlbeans.XmlDouble xgetMax()
        Gets (as xml) the "max" element
      • isSetMax

        boolean isSetMax()
        True if has "max" element
      • setMax

        void setMax​(double max)
        Sets the "max" element
      • xsetMax

        void xsetMax​(org.apache.xmlbeans.XmlDouble max)
        Sets (as xml) the "max" element
      • unsetMax

        void unsetMax()
        Unsets the "max" element
      • getIntervalArray

        List[] getIntervalArray()
        Gets array of all "interval" elements
      • getIntervalArray

        List getIntervalArray​(int i)
        Gets ith "interval" element
      • xgetIntervalArray

        DecimalPair[] xgetIntervalArray()
        Gets (as xml) array of all "interval" elements
      • xgetIntervalArray

        DecimalPair xgetIntervalArray​(int i)
        Gets (as xml) ith "interval" element
      • sizeOfIntervalArray

        int sizeOfIntervalArray()
        Returns number of "interval" element
      • setIntervalArray

        void setIntervalArray​(List[] intervalArray)
        Sets array of all "interval" element
      • setIntervalArray

        void setIntervalArray​(int i,
                              List interval)
        Sets ith "interval" element
      • xsetIntervalArray

        void xsetIntervalArray​(DecimalPair[] intervalArray)
        Sets (as xml) array of all "interval" element
      • xsetIntervalArray

        void xsetIntervalArray​(int i,
                               DecimalPair interval)
        Sets (as xml) ith "interval" element
      • insertInterval

        void insertInterval​(int i,
                            List interval)
        Inserts the value as the ith "interval" element
      • addInterval

        void addInterval​(List interval)
        Appends the value as the last "interval" element
      • insertNewInterval

        DecimalPair insertNewInterval​(int i)
        Inserts and returns a new empty value (as xml) as the ith "interval" element
      • addNewInterval

        DecimalPair addNewInterval()
        Appends and returns a new empty value (as xml) as the last "interval" element
      • removeInterval

        void removeInterval​(int i)
        Removes the ith "interval" element
      • getValueListArray

        List[] getValueListArray()
        Gets array of all "valueList" elements
      • getValueListArray

        List getValueListArray​(int i)
        Gets ith "valueList" element
      • xgetValueListArray

        DecimalList[] xgetValueListArray()
        Gets (as xml) array of all "valueList" elements
      • xgetValueListArray

        DecimalList xgetValueListArray​(int i)
        Gets (as xml) ith "valueList" element
      • sizeOfValueListArray

        int sizeOfValueListArray()
        Returns number of "valueList" element
      • setValueListArray

        void setValueListArray​(List[] valueListArray)
        Sets array of all "valueList" element
      • setValueListArray

        void setValueListArray​(int i,
                               List valueList)
        Sets ith "valueList" element
      • xsetValueListArray

        void xsetValueListArray​(DecimalList[] valueListArray)
        Sets (as xml) array of all "valueList" element
      • xsetValueListArray

        void xsetValueListArray​(int i,
                                DecimalList valueList)
        Sets (as xml) ith "valueList" element
      • insertValueList

        void insertValueList​(int i,
                             List valueList)
        Inserts the value as the ith "valueList" element
      • addValueList

        void addValueList​(List valueList)
        Appends the value as the last "valueList" element
      • insertNewValueList

        DecimalList insertNewValueList​(int i)
        Inserts and returns a new empty value (as xml) as the ith "valueList" element
      • addNewValueList

        DecimalList addNewValueList()
        Appends and returns a new empty value (as xml) as the last "valueList" element
      • removeValueList

        void removeValueList​(int i)
        Removes the ith "valueList" element
      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute