|
||||||||||
| 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.SIP2CirculationTransactionResponse
com.pkrete.jsip2.messages.responses.SIP2CheckinResponse
public class SIP2CheckinResponse
This class represents the response message that the ILS SIP server must
send in response to the SIP2CheckinRequest
message.
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.responses.SIP2CirculationTransactionResponse |
|---|
magneticMedia, magneticMediaSupported |
| 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 | |
|---|---|
SIP2CheckinResponse(String data)
Constructs and initializes a new SIP2CheckinResponse object containing the given data. |
|
| Method Summary | |
|---|---|
String |
countChecksum()
Counts the chekcsum of this response message. |
AlertType |
getAlertType()
Return the type of the alert. |
String |
getCallNumber()
Returns the code which indicates the item's permanent physical location. |
String |
getCollectionCode()
Returns the item collection code. |
String |
getDestinationLocation()
Returns the description or identifier for the location where the item should go next. |
String |
getHoldPatronId()
Returns the patron id of the patron assigned to the hold for the item. |
String |
getHoldPatronName()
Returns the patron name of the patron assigned to the hold for the item. |
String |
getSortBin()
Returns the bin number that indicates how the item should be sorted. |
boolean |
isAlert()
Returns true if and only if there's an alert related to the item or the the patron. |
boolean |
isResensitize()
Returns true if and only if the item should be resensitized. |
void |
setAlert(boolean alert)
Sets the value that tells if there's an alert related to the item or the the patron. |
void |
setAlertType(AlertType alertType)
Sets the type of the alert. |
void |
setCallNumber(String callNumber)
Sets the code which indicates the item's permanent physical location. |
void |
setCollectionCode(String collectionCode)
Sets the item collection code. |
void |
setDestinationLocation(String destinationLocation)
Sets the description or identifier for the location where the item should go next. |
void |
setHoldPatronId(String holdPatronId)
Sets the patron id of the patron assigned to the hold for the item. |
void |
setHoldPatronName(String holdPatronName)
Sets the patron name of the patron assigned to the hold for the item. |
void |
setResensitize(boolean resensitize)
Sets the value that tells if the item should be resensitized. |
void |
setSortBin(String sortBin)
Sets the bin number that indicates how the item should be sorted. |
| Methods inherited from class com.pkrete.jsip2.messages.responses.SIP2CirculationTransactionResponse |
|---|
isMagneticMedia, isMagneticMediaSupported, setMagneticMedia, setMagneticMediaSupported |
| 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 SIP2CheckinResponse(String data)
data - the data that the message contains| Method Detail |
|---|
public boolean isResensitize()
public void setResensitize(boolean resensitize)
resensitize - true or falsepublic boolean isAlert()
public void setAlert(boolean alert)
alert - true or falsepublic String getSortBin()
public void setSortBin(String sortBin)
sortBin - new bin numberpublic String getCollectionCode()
public void setCollectionCode(String collectionCode)
collectionCode - new collection codepublic String getCallNumber()
public void setCallNumber(String callNumber)
callNumber - new codepublic String getDestinationLocation()
public void setDestinationLocation(String destinationLocation)
destinationLocation - new locationpublic AlertType getAlertType()
public void setAlertType(AlertType alertType)
alertType - new alert typepublic String getHoldPatronId()
public void setHoldPatronId(String holdPatronId)
holdPatronId - patron idpublic String getHoldPatronName()
public void setHoldPatronName(String holdPatronName)
holdPatronName - name of the patronpublic String countChecksum()
countChecksum in class SIP2MessageResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||