com.indexdata.mkjsf.pazpar2.data
Class ShowResponse

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

public class ShowResponse
extends ResponseDataObject

Data from the show command, can be accessed by pzresp.show

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
ShowResponse()
           
 
Method Summary
 String getActiveClients()
           
 List<Hit> getHits()
           
 int getMerged()
           
 int getNum()
           
 int getStart()
           
 String getStatus()
           
 String getTotal()
           
 
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

ShowResponse

public ShowResponse()
Method Detail

getStatus

public String getStatus()

getActiveClients

public String getActiveClients()

getMerged

public int getMerged()

getTotal

public String getTotal()

getStart

public int getStart()

getNum

public int getNum()

getHits

public List<Hit> getHits()


Copyright © 2013. All Rights Reserved.