|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.sip.PatronInformation
The PatronInformation is used by the SC to request patron information from the ACS. The ACS must respond to this command with a PatronInformationResponse message. Not currently startItem and endItem.
63
Constructor Summary | |
PatronInformation()
Contructs a new PatronInformation |
|
PatronInformation(String prefix,
String language,
String summary,
String institutionId,
String patronIdentifier,
String terminalPassword,
String patronPassword)
Contructs a new PatronInformation |
Method Summary | |
String |
buildMessage()
Returns a String containing the Patron Information Request message Doesn't use checksums or sequence numbers |
String |
buildMessage(boolean useChecksums)
Returns a String containing the Patron Information Request message |
String |
buildMessage(boolean useChecksums,
String seq)
Returns a String containing the Patron Information 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 |
public PatronInformation()
public PatronInformation(String prefix, String language, String summary, String institutionId, String patronIdentifier, String terminalPassword, String patronPassword)
String
- prefixString
- languageString
- summaryString
- institutionIdString
- patronIdentifierString
- terminalPasswordString
- patronPassword;Method Detail |
public String buildMessage()
public String buildMessage(boolean useChecksums)
useChecksums
- boolean indicating whether to include checksumspublic String buildMessage(boolean useChecksums, String seq)
useChecksums
- boolean indicating whether to include checksumsseq
- String containing the sequence number to include
("0" to "9"). If not included or wrong length, uses "0".public final String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |