Open SiteSearch 4.1.1
Final

ORG.oclc.sip
Class PatronStatusRequest

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

public class PatronStatusRequest
extends Object

The PatronStatusRequest is used by the SC to request patron information from the ACS. The ACS must respond to this command with a PatronStatusResponse message.

23


Constructor Summary
PatronStatusRequest()
          Contructs a new PatronStatusRequest
PatronStatusRequest(String language, String institutionId, String patronIdentifier, String terminalPassword, String patronPassword)
          Contructs a new PatronStatusRequest
 
Method Summary
 String buildMessage()
          Returns a String containing the Patron Status Request message
 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

PatronStatusRequest

public PatronStatusRequest()
Contructs a new PatronStatusRequest

PatronStatusRequest

public PatronStatusRequest(String language,
                           String institutionId,
                           String patronIdentifier,
                           String terminalPassword,
                           String patronPassword)
Contructs a new PatronStatusRequest
Parameters:
String - language
String - institutionId
String - patronIdentifier
String - terminalPassword
String - patronPassword;
Method Detail

buildMessage

public String buildMessage()
Returns a String containing the Patron Status Request message
Returns:
String the Patron Status Request message

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