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
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
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