|
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.Hold
The Hold is used by the SC to create, Modify, or delete a hold. The ACS should respond with a HoldResponse message. Either or both of the itemIdentifier and titleIdentifier fields must be present for the message to be useful.
15
Field Summary | |
static String |
ADD
Add a hold |
static String |
CHANGE
Change a hold |
static String |
DELETE
Delete a hold |
static String |
NO
No, fee not acknowledged |
static String |
YES
Yes, fee acknowledged |
Constructor Summary | |
Hold()
Contructs a new Hold |
|
Hold(String holdMode,
String expirationDate,
String pickupLocation,
String holdType,
String institutionId,
String patronIdentifier,
String patronPassword,
String itemIdentifier,
String titleIdentifier,
String terminalPassword,
String feeAcknowledged)
Contructs a new PatronInformation |
Method Summary | |
String |
buildMessage()
Returns a String containing the Hold message Doesn't use checksums or sequence numbers |
String |
buildMessage(boolean useChecksums)
Returns a String containing the Hold message |
String |
buildMessage(boolean useChecksums,
String seq)
Returns a String containing the Hold 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 |
Field Detail |
public static final String ADD
public static final String DELETE
public static final String CHANGE
public static final String YES
public static final String NO
Constructor Detail |
public Hold()
public Hold(String holdMode, String expirationDate, String pickupLocation, String holdType, String institutionId, String patronIdentifier, String patronPassword, String itemIdentifier, String titleIdentifier, String terminalPassword, String feeAcknowledged)
String
- holdModeString
- expirationDateString
- pickupLocationString
- holdTypeString
- institutionIdString
- patronIdentifierString
- patronPasswordString
- itemIdentifierString
- titleIdentifierString
- terminalPasswordString
- feeAcknowledgedMethod 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 |