com.indexdata.mkjsf.pazpar2.data
Class TermListsResponse

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
      extended by com.indexdata.mkjsf.pazpar2.data.TermListsResponse
All Implemented Interfaces:
Serializable

public class TermListsResponse
extends ResponseDataObject

Data from the termlist command, can be accessed by pzresp.termLists

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
TermListsResponse()
           
 
Method Summary
 void addTermList(TermListResponse termList)
           
 int getActiveClients()
           
 TermListResponse getTermList(String name)
           
 void setActiveClients(int activeClients)
           
 
Methods inherited from class com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermListsResponse

public TermListsResponse()
Method Detail

getActiveClients

public int getActiveClients()

setActiveClients

public void setActiveClients(int activeClients)

addTermList

public void addTermList(TermListResponse termList)

getTermList

public TermListResponse getTermList(String name)


Copyright © 2013. All Rights Reserved.