Interface AllowedTokensDocument.AllowedTokens

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AllowedTokensDocumentImpl.AllowedTokensImpl
    Enclosing interface:
    AllowedTokensDocument

    public static interface AllowedTokensDocument.AllowedTokens
    extends org.apache.xmlbeans.XmlObject
    An XML AllowedTokens(@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
      TokenList 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[] getValueListArray()
      Gets array of all "valueList" elements
      List getValueListArray​(int i)
      Gets ith "valueList" element
      TokenList 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
      void removeValueList​(int i)
      Removes the ith "valueList" element
      void setId​(String id)
      Sets the "id" attribute
      void setValueListArray​(int i, List valueList)
      Sets ith "valueList" element
      void setValueListArray​(List[] valueListArray)
      Sets array of all "valueList" element
      int sizeOfValueListArray()
      Returns number of "valueList" element
      void unsetId()
      Unsets the "id" attribute
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      TokenList[] xgetValueListArray()
      Gets (as xml) array of all "valueList" elements
      TokenList xgetValueListArray​(int i)
      Gets (as xml) ith "valueList" element
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      void xsetValueListArray​(int i, TokenList valueList)
      Sets (as xml) ith "valueList" element
      void xsetValueListArray​(TokenList[] 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

      • getValueListArray

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

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

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

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

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

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

        TokenList 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