public class TermListResponse extends ResponseDataObject
termlist
command, child object of TermListsResponseConstructor and Description |
---|
TermListResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addTerm(TermResponse term) |
java.lang.String |
getName() |
java.util.List<TermResponse> |
getTerms() |
java.util.List<TermResponse> |
getTerms(int count) |
void |
setName(java.lang.String name) |
void |
setTerms(java.util.List<TermResponse> terms) |
java.lang.String |
toString() |
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<TermResponse> getTerms()
public java.util.List<TermResponse> getTerms(int count)
public void setTerms(java.util.List<TermResponse> terms)
public void addTerm(TermResponse term)
public java.lang.String toString()
toString
in class java.lang.Object