|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.messages.SIP2Message
com.pkrete.jsip2.messages.SIP2MessageResponse
com.pkrete.jsip2.messages.responses.SIP2ItemInformationResponse
public class SIP2ItemInformationResponse
The ILS must send this message in response to the
SIP2ItemInformationRequest message.
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse |
|---|
data, dueDate, mediaType, ok, permanentLocation, printLine, screenMessage |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2Message |
|---|
bibId, checkSum, code, currencyType, currentLocation, expirationDate, feeAmount, feeType, institutionId, itemIdentifier, itemProperties, patronIdentifier, pickupLocation, sequence, titleIdentifier, transactionDate, transactionId |
| Constructor Summary | |
|---|---|
SIP2ItemInformationResponse(String data)
Constructs and initializes a new SIP2ItemInformationResponse object containing the given data. |
|
| Method Summary | |
|---|---|
String |
countChecksum()
Counts the chekcsum of this response message. |
CirculationStatus |
getCirculationStatus()
Returns the circulation status of the item. |
String |
getHoldPickupDate()
Returns the date that the hold expires. 18-char, fixed-length field: YYYYMMDDZZZZHHMMSS. |
String |
getHoldQueueLength()
Returns the number of patrons requesting this item. |
String |
getOwner()
Returns the name of the institution or library that owns the item. |
String |
getRecallDate()
Returns the date that the recall was issued. 18-char, fixed-length field: YYYYMMDDZZZZHHMMSS. |
SecurityMarker |
getSecurityMarker()
Returns the security marker of the item. |
void |
setCirculationStatus(CirculationStatus circulationStatus)
Changes the circulation status of the item. |
void |
setHoldPickupDate(String holdPickupDate)
Sets the date that the hold expires. |
void |
setHoldQueueLength(String holdQueueLength)
Sets the number of patrons requesting this item. |
void |
setOwner(String owner)
Sets the name of the institution or library that owns the item. |
void |
setRecallDate(String recallDate)
Sets the date that the recall was issued. |
void |
setSecurityMarker(SecurityMarker securityMarker)
Changes the security marker of the item. |
| Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse |
|---|
getData, getDueDate, getMediaType, getPermanentLocation, getPrintLine, getScreenMessage, isOk, isValid, setData, setDueDate, setMediaType, setOk, setPermanentLocation, setPrintLine, setScreenMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIP2ItemInformationResponse(String data)
data - the data that the message contains| Method Detail |
|---|
public CirculationStatus getCirculationStatus()
public void setCirculationStatus(CirculationStatus circulationStatus)
circulationStatus - new statuspublic SecurityMarker getSecurityMarker()
public void setSecurityMarker(SecurityMarker securityMarker)
securityMarker - new security markerpublic String getHoldQueueLength()
public void setHoldQueueLength(String holdQueueLength)
holdQueueLength - new hold queue lengthpublic String getOwner()
public void setOwner(String owner)
owner - new ownerpublic String getRecallDate()
public void setRecallDate(String recallDate)
recallDate - new recall date, 18-char,
fixed-length: YYYYMMDDZZZZHHMMSSpublic String getHoldPickupDate()
public void setHoldPickupDate(String holdPickupDate)
holdPickupDate - new hold pickup date, 18-char,
fixed-length: YYYYMMDDZZZZHHMMSSpublic String countChecksum()
countChecksum in class SIP2MessageResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||