com.indexdata.mkjsf.pazpar2.data
Class SearchResponse

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

public class SearchResponse
extends ResponseDataObject

Data from the search command (a status message), can be accessed by pzresp.search

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
SearchResponse()
           
 
Method Summary
 String getStatus()
           
 boolean isNew()
           
 void setIsNew(boolean isNew)
           
 
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

SearchResponse

public SearchResponse()
Method Detail

getStatus

public String getStatus()

isNew

public boolean isNew()

setIsNew

public void setIsNew(boolean isNew)


Copyright © 2013. All Rights Reserved.