Package org.isotc211.x2005.gmd
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDKeywordsType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterStringPropertyTypeaddNewKeyword()Appends and returns a new empty value (as xml) as the last "keyword" elementCICitationPropertyTypeaddNewThesaurusName()Appends and returns a new empty "thesaurusName" elementMDKeywordTypeCodePropertyTypeaddNewType()Appends and returns a new empty "type" elementCharacterStringPropertyType[]getKeywordArray()Gets array of all "keyword" elementsCharacterStringPropertyTypegetKeywordArray(int i)Gets ith "keyword" elementCICitationPropertyTypegetThesaurusName()Gets the "thesaurusName" elementMDKeywordTypeCodePropertyTypegetType()Gets the "type" elementCharacterStringPropertyTypeinsertNewKeyword(int i)Inserts and returns a new empty value (as xml) as the ith "keyword" elementbooleanisSetThesaurusName()True if has "thesaurusName" elementbooleanisSetType()True if has "type" elementvoidremoveKeyword(int i)Removes the ith "keyword" elementvoidsetKeywordArray(int i, CharacterStringPropertyType keyword)Sets ith "keyword" elementvoidsetKeywordArray(CharacterStringPropertyType[] keywordArray)Sets array of all "keyword" elementvoidsetThesaurusName(CICitationPropertyType thesaurusName)Sets the "thesaurusName" elementvoidsetType(MDKeywordTypeCodePropertyType type)Sets the "type" elementintsizeOfKeywordArray()Returns number of "keyword" elementvoidunsetThesaurusName()Unsets the "thesaurusName" elementvoidunsetType()Unsets the "type" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
-
-
-
Method Detail
-
getKeywordArray
CharacterStringPropertyType[] getKeywordArray()
Gets array of all "keyword" elements
-
getKeywordArray
CharacterStringPropertyType getKeywordArray(int i)
Gets ith "keyword" element
-
sizeOfKeywordArray
int sizeOfKeywordArray()
Returns number of "keyword" element
-
setKeywordArray
void setKeywordArray(CharacterStringPropertyType[] keywordArray)
Sets array of all "keyword" element
-
setKeywordArray
void setKeywordArray(int i, CharacterStringPropertyType keyword)Sets ith "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
-
getType
MDKeywordTypeCodePropertyType getType()
Gets the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(MDKeywordTypeCodePropertyType type)
Sets the "type" element
-
addNewType
MDKeywordTypeCodePropertyType addNewType()
Appends and returns a new empty "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getThesaurusName
CICitationPropertyType getThesaurusName()
Gets the "thesaurusName" 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
-
-