|
||||||||||
| 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.SIP2CheckoutResponse
com.pkrete.jsip2.messages.responses.SIP2RenewResponse
public class SIP2RenewResponse
This class represents the response message that the ILS SIP server must
send in response to the SIP2RenewRequest
message.
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.responses.SIP2CheckoutResponse |
|---|
desensitize, desensitizeSupported, renewalOk, securityInhibit, securityInhibitUsed |
| 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 | |
|---|---|
SIP2RenewResponse(String data)
Constructs and initializes a new SIP2CheckoutResponse object containing the given data. |
|
| Method Summary |
|---|
| Methods inherited from class com.pkrete.jsip2.messages.responses.SIP2CheckoutResponse |
|---|
countChecksum, isDesensitize, isDesensitizeSupported, isRenewalOk, isSecurityInhibit, isSecurityInhibitUsed, setDesensitize, setDesensitizeSupported, setRenewalOk, setSecurityInhibit, setSecurityInhibitUsed |
| 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 SIP2RenewResponse(String data)
data - the data that the message contains
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||