|
||||||||||
| 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.SIP2RenewAllResponse
public class SIP2RenewAllResponse
This class represents the response message that the ILS SIP server must
send in response to the SIP2RenewAllRequest
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 | |
|---|---|
SIP2RenewAllResponse(String data)
Constructs and initializes a new SIP2RenewAllResponse object containing the given data. |
|
| Method Summary | |
|---|---|
String |
countChecksum()
Counts the chekcsum of this response message. |
int |
getRenewedCount()
Returns the count of the number of items that were renewed. |
List<String> |
getRenewedItems()
Returns a list of items that were renewed. |
int |
getUnrenewedCount()
Returns the count of the number of items that were not renewed. |
List<String> |
getUnrenewedItems()
Returns a list of items that were not renewed. |
void |
setRenewedCount(int renewedCount)
Sets the count of the number of items that were renewed. |
void |
setRenewedItems(List<String> renewedItems)
Sets the list of items that were renewed. |
void |
setUnrenewedCount(int unrenewedCount)
Sets the count of the number of items that were not renewed. |
void |
setUnrenewedItems(List<String> unrenewedItems)
Returns the list of items that were not renewed. |
| 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 SIP2RenewAllResponse(String data)
data - the data that the message contains| Method Detail |
|---|
public int getRenewedCount()
public void setRenewedCount(int renewedCount)
renewedCount - new valuepublic int getUnrenewedCount()
public void setUnrenewedCount(int unrenewedCount)
unrenewedCount - new valuepublic List<String> getRenewedItems()
public void setRenewedItems(List<String> renewedItems)
renewedItems - new listpublic List<String> getUnrenewedItems()
public void setUnrenewedItems(List<String> unrenewedItems)
unrenewedItems - new listpublic String countChecksum()
countChecksum in class SIP2MessageResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||