Interface MDKeywordsType

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

    public interface MDKeywordsType
    extends AbstractObjectType
    An XML MD_Keywords_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfKeywordArray

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

        CharacterStringPropertyType insertNewKeyword​(int i)
        Inserts and returns a new empty value (as xml) as the ith "keyword" element
      • addNewKeyword

        CharacterStringPropertyType 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
      • isSetType

        boolean isSetType()
        True if has "type" element
      • unsetType

        void unsetType()
        Unsets the "type" element
      • isSetThesaurusName

        boolean isSetThesaurusName()
        True if has "thesaurusName" element
      • setThesaurusName

        void setThesaurusName​(CICitationPropertyType thesaurusName)
        Sets the "thesaurusName" element
      • addNewThesaurusName

        CICitationPropertyType addNewThesaurusName()
        Appends and returns a new empty "thesaurusName" element
      • unsetThesaurusName

        void unsetThesaurusName()
        Unsets the "thesaurusName" element