Interface KeywordsDocument.Keywords.KeywordList

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    KeywordsDocumentImpl.KeywordsImpl.KeywordListImpl
    Enclosing interface:
    KeywordsDocument.Keywords

    public static interface KeywordsDocument.Keywords.KeywordList
    extends org.apache.xmlbeans.XmlObject
    An XML KeywordList(@http://www.opengis.net/sensorML/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 addKeyword​(String keyword)
      Appends the value as the last "keyword" element
      org.apache.xmlbeans.XmlToken addNewKeyword()
      Appends and returns a new empty value (as xml) as the last "keyword" element
      String getCodeSpace()
      Gets the "codeSpace" attribute
      String getId()
      Gets the "id" attribute
      String[] getKeywordArray()
      Gets array of all "keyword" elements
      String getKeywordArray​(int i)
      Gets ith "keyword" element
      void insertKeyword​(int i, String keyword)
      Inserts the value as the ith "keyword" element
      org.apache.xmlbeans.XmlToken insertNewKeyword​(int i)
      Inserts and returns a new empty value (as xml) as the ith "keyword" element
      boolean isSetCodeSpace()
      True if has "codeSpace" attribute
      boolean isSetId()
      True if has "id" attribute
      void removeKeyword​(int i)
      Removes the ith "keyword" element
      void setCodeSpace​(String codeSpace)
      Sets the "codeSpace" attribute
      void setId​(String id)
      Sets the "id" attribute
      void setKeywordArray​(int i, String keyword)
      Sets ith "keyword" element
      void setKeywordArray​(String[] keywordArray)
      Sets array of all "keyword" element
      int sizeOfKeywordArray()
      Returns number of "keyword" element
      void unsetCodeSpace()
      Unsets the "codeSpace" attribute
      void unsetId()
      Unsets the "id" attribute
      org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
      Gets (as xml) the "codeSpace" attribute
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      org.apache.xmlbeans.XmlToken[] xgetKeywordArray()
      Gets (as xml) array of all "keyword" elements
      org.apache.xmlbeans.XmlToken xgetKeywordArray​(int i)
      Gets (as xml) ith "keyword" element
      void xsetCodeSpace​(org.apache.xmlbeans.XmlAnyURI codeSpace)
      Sets (as xml) the "codeSpace" attribute
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      void xsetKeywordArray​(int i, org.apache.xmlbeans.XmlToken keyword)
      Sets (as xml) ith "keyword" element
      void xsetKeywordArray​(org.apache.xmlbeans.XmlToken[] keywordArray)
      Sets (as xml) array of all "keyword" 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

      • getKeywordArray

        String[] getKeywordArray()
        Gets array of all "keyword" elements
      • getKeywordArray

        String getKeywordArray​(int i)
        Gets ith "keyword" element
      • xgetKeywordArray

        org.apache.xmlbeans.XmlToken[] xgetKeywordArray()
        Gets (as xml) array of all "keyword" elements
      • xgetKeywordArray

        org.apache.xmlbeans.XmlToken xgetKeywordArray​(int i)
        Gets (as xml) ith "keyword" element
      • sizeOfKeywordArray

        int sizeOfKeywordArray()
        Returns number of "keyword" element
      • setKeywordArray

        void setKeywordArray​(String[] keywordArray)
        Sets array of all "keyword" element
      • setKeywordArray

        void setKeywordArray​(int i,
                             String keyword)
        Sets ith "keyword" element
      • xsetKeywordArray

        void xsetKeywordArray​(org.apache.xmlbeans.XmlToken[] keywordArray)
        Sets (as xml) array of all "keyword" element
      • xsetKeywordArray

        void xsetKeywordArray​(int i,
                              org.apache.xmlbeans.XmlToken keyword)
        Sets (as xml) ith "keyword" element
      • insertKeyword

        void insertKeyword​(int i,
                           String keyword)
        Inserts the value as the ith "keyword" element
      • addKeyword

        void addKeyword​(String keyword)
        Appends the value as the last "keyword" element
      • insertNewKeyword

        org.apache.xmlbeans.XmlToken insertNewKeyword​(int i)
        Inserts and returns a new empty value (as xml) as the ith "keyword" element
      • addNewKeyword

        org.apache.xmlbeans.XmlToken addNewKeyword()
        Appends and returns a new empty value (as xml) as the last "keyword" element
      • removeKeyword

        void removeKeyword​(int i)
        Removes the ith "keyword" 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
      • getCodeSpace

        String getCodeSpace()
        Gets the "codeSpace" attribute
      • xgetCodeSpace

        org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
        Gets (as xml) the "codeSpace" attribute
      • isSetCodeSpace

        boolean isSetCodeSpace()
        True if has "codeSpace" attribute
      • setCodeSpace

        void setCodeSpace​(String codeSpace)
        Sets the "codeSpace" attribute
      • xsetCodeSpace

        void xsetCodeSpace​(org.apache.xmlbeans.XmlAnyURI codeSpace)
        Sets (as xml) the "codeSpace" attribute
      • unsetCodeSpace

        void unsetCodeSpace()
        Unsets the "codeSpace" attribute