|
||||||||||
| 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.SIP2MessageRequest
com.pkrete.jsip2.messages.requests.SIP2PatronRequest
com.pkrete.jsip2.messages.requests.SIP2PatronInformationRequest
public class SIP2PatronInformationRequest
This class represents the message that is used to request detailedd patron
information from the ILS SIP server, and this class extends
the SIP2PatronRequest message.
The ILS SIP server should respond to this message with the
SIP2PatronInformationResponse message,
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.requests.SIP2PatronRequest |
|---|
language |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
counter, errorDetectionEnabled, feeAcknowledged, patronPassword, terminalPassword, useFeeAcknowledged |
| 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 | |
|---|---|
SIP2PatronInformationRequest(String patronIdentifier)
Constructs and initializes a new PatronInformationRequest message with the given parameters. |
|
SIP2PatronInformationRequest(String institutionId,
String patronIdentifier)
Constructs and initializes a new PatronInformationRequest message with the given parameters. |
|
SIP2PatronInformationRequest(String institutionId,
String patronIdentifier,
String patronPassword)
Constructs and initializes a new PatronInformationRequest message with the given parameters. |
|
SIP2PatronInformationRequest(String institutionId,
String terminalPassword,
String patronIdentifier,
String patronPassword)
Constructs and initializes a new PatronInformationRequest message with the given parameters. |
|
| Method Summary | |
|---|---|
String |
getData()
Returns a string presentation of the message. |
String |
getEndItem()
Returns the number of the last item to be sent in the list defined by the summary. |
String |
getStartItem()
Returns the number of the first item to be sent in the list defined by the summary. |
Summary |
getSummary()
Returns what detailed and summary information of selected category of items that are be requested as a part of this request. |
void |
setEndItem(String endItem)
Sets the number of the last item to be sent in the list defined by the summary. |
void |
setStartItem(String startItem)
Sets the number of the first item to be sent in the list defined by the summary. |
void |
setSummary(Summary summary)
Sets what detailed and summary information of selected category of items that are be requested as a part of this request. |
| Methods inherited from class com.pkrete.jsip2.messages.requests.SIP2PatronRequest |
|---|
getLanguage, setLanguage |
| Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
getCheckSum, getPatronPassword, getTerminalPassword, isErrorDetectionEnabled, isFeeAcknowledged, isUseFeeAcknowledged, setErrorDetectionEnabled, setFeeAcknowledged, setPatronPassword, setTerminalPassword, setUseFeeAcknowledged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIP2PatronInformationRequest(String patronIdentifier)
patronIdentifier - an identifying value for the patron
public SIP2PatronInformationRequest(String institutionId,
String patronIdentifier)
institutionId - library's institution idpatronIdentifier - an identifying value for the patron
public SIP2PatronInformationRequest(String institutionId,
String patronIdentifier,
String patronPassword)
institutionId - library's institution idpatronIdentifier - an identifying value for the patronpatronPassword - password (PIN) of the patron
public SIP2PatronInformationRequest(String institutionId,
String terminalPassword,
String patronIdentifier,
String patronPassword)
institutionId - library's institution idterminalPassword - password to login the ILSpatronIdentifier - an identifying value for the patronpatronPassword - password (PIN) of the patron| Method Detail |
|---|
public Summary getSummary()
public void setSummary(Summary summary)
summary - new valuepublic String getStartItem()
public void setStartItem(String startItem)
startItem - new value, must contain only numberspublic String getEndItem()
public void setEndItem(String endItem)
endItem - new value, must contain only numberspublic String getData()
SIP2Message
getData in class SIP2Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||