Open SiteSearch 4.1.1
Final

ORG.oclc.sip
Class PatronStatusResponse

java.lang.Object
  |
  +--ORG.oclc.sip.PatronStatusResponse

public class PatronStatusResponse
extends Object

The ACS must send this message in response to a Patron Status Request message as well as in response to a Block Patron message.

24


Constructor Summary
PatronStatusResponse()
          Contructs a new PatronStatusResponse
PatronStatusResponse(String responseString)
          Contructs a new PatronStatusResponse
 
Method Summary
 boolean patronIsValid()
           
 String toString()
          Generates the String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatronStatusResponse

public PatronStatusResponse()
Contructs a new PatronStatusResponse

PatronStatusResponse

public PatronStatusResponse(String responseString)
Contructs a new PatronStatusResponse
Parameters:
String - responseString the response from an SIP server
Method Detail

patronIsValid

public boolean patronIsValid()

toString

public final String toString()
Generates the String representation of the object.
Returns:
the String representation of the object.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final