Interface AllowedTimesDocument.AllowedTimes

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AllowedTimesDocumentImpl.AllowedTimesImpl
    Enclosing interface:
    AllowedTimesDocument

    public static interface AllowedTimesDocument.AllowedTimes
    extends org.apache.xmlbeans.XmlObject
    An XML AllowedTimes(@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
    • Field Detail

      • type

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

      • getMin

        Object getMin()
        Gets the "min" element
      • isSetMin

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

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

        void xsetMin​(TimePositionType min)
        Sets (as xml) the "min" element
      • unsetMin

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

        Object getMax()
        Gets the "max" element
      • isSetMax

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

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

        void xsetMax​(TimePositionType 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

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

        TimePair 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​(TimePair[] intervalArray)
        Sets (as xml) array of all "interval" element
      • xsetIntervalArray

        void xsetIntervalArray​(int i,
                               TimePair 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

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

        TimePair 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

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

        TimeList 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​(TimeList[] valueListArray)
        Sets (as xml) array of all "valueList" element
      • xsetValueListArray

        void xsetValueListArray​(int i,
                                TimeList 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

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

        TimeList 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