public class KeywordListImpl extends AbstractMetadataListImpl implements KeywordList
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
codeSpace |
protected java.util.ArrayList<java.lang.String> |
keywordList |
definition
Constructor and Description |
---|
KeywordListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addKeyword(java.lang.String keyword)
Adds a new keyword property
|
java.lang.String |
getCodeSpace()
Gets the codeSpace property
|
java.util.List<java.lang.String> |
getKeywordList()
Gets the list of keyword properties
|
int |
getNumKeywords()
Returns number of keyword properties
|
boolean |
isSetCodeSpace()
Checks if codeSpace is set
|
void |
setCodeSpace(java.lang.String codeSpace)
Sets the codeSpace property
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.lang.String codeSpace
protected java.util.ArrayList<java.lang.String> keywordList
public java.lang.String getCodeSpace()
getCodeSpace
in interface KeywordList
public boolean isSetCodeSpace()
isSetCodeSpace
in interface KeywordList
public void setCodeSpace(java.lang.String codeSpace)
setCodeSpace
in interface KeywordList
public java.util.List<java.lang.String> getKeywordList()
getKeywordList
in interface KeywordList
public int getNumKeywords()
getNumKeywords
in interface KeywordList
public void addKeyword(java.lang.String keyword)
addKeyword
in interface KeywordList