|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.variables.SupportedMessages
public class SupportedMessages
This class represents the supported messages information that is received as a part of the SIPSCStatusResponse response message. This class holds the information about the messages that are supported by the ILS SIP server.
| Constructor Summary | |
|---|---|
SupportedMessages()
|
|
| Method Summary | |
|---|---|
boolean |
isBlockPatron()
Is block patron request/response message pair supported. |
boolean |
isCheckin()
Is checkin request/response message pair supported. |
boolean |
isCheckout()
Is checkout request/response message pair supported. |
boolean |
isEndPatronSession()
Is end patron session request/response message pair supported. |
boolean |
isFeePaid()
Is fee paid request/response message pair supported. |
boolean |
isHold()
Is hold request/response message pair supported. |
boolean |
isItemInformation()
Is item information request/response message pair supported. |
boolean |
isItemStatusUpdate()
Is item status update request/response message pair supported. |
boolean |
isLogin()
Is login request/response message pair supported. |
boolean |
isPatronEnable()
Is request/response message pair supported. |
boolean |
isPatronInformation()
Is patron information request/response message pair supported. |
boolean |
isPatronStatusRequest()
Is patron status request message supported. |
boolean |
isRenew()
Is renew request/response message pair supported. |
boolean |
isRenewAll()
Is renew all request/response message pair supported. |
boolean |
isRequestSCILSResend()
Is request SC/ILS resend request/response message pair is supported. |
boolean |
isSCILSStatus()
Is SC/ILS status request/response message pair supported. |
void |
setBlockPatron(boolean blockPatron)
Changes the value that indicates if block patron request/response message pair is supported. |
void |
setCheckin(boolean checkin)
Changes the value that indicates if checkin request/response message pair is supported. |
void |
setCheckout(boolean checkout)
Changes the value that indicates if checkout request/response message pair is supported. |
void |
setEndPatronSession(boolean endPatronSession)
Changes the value that indicates if end patron session request/response pair is supported. |
void |
setFeePaid(boolean feePaid)
Changes the value that indicates if fee paid request/response message pair is supported. |
void |
setHold(boolean hold)
Changes the value that indicates if hold request/response message pair is supported. |
void |
setItemInformation(boolean itemInformation)
Changes the value that indicates if item information request/response pair is supported. |
void |
setItemStatusUpdate(boolean itemStatusUpdate)
Changes the value that indicates if item status update request/response pair is supported. |
void |
setLogin(boolean login)
Changes the value that indicates if login request/response message pair is supported. |
void |
setPatronEnable(boolean patronEnable)
Changes the value that indicates if request/response message pair is supported. |
void |
setPatronInformation(boolean patronInformation)
Changes the value that indicates if patron information request/response pair is supported. |
void |
setPatronStatusRequest(boolean patronStatusRequest)
Changes the value that indicates if patron status request message is supported. |
void |
setRenew(boolean renew)
Changes the value that indicates if renew request/response message pair is supported. |
void |
setRenewAll(boolean renewAll)
Changes the value that indicates if renew all request/response message pair is supported. |
void |
setRequestSCILSResend(boolean requestSCILSResend)
Changes the value that indicates if request SC/ILS resend request/response message pair is supported. |
void |
setSCILSStatus(boolean SCILSStatus)
Changes the value that indicates if SC/ILS status request/response message pair is supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SupportedMessages()
| Method Detail |
|---|
public boolean isPatronStatusRequest()
public void setPatronStatusRequest(boolean patronStatusRequest)
patronStatusRequest - the patronStatusRequest to setpublic boolean isCheckout()
public void setCheckout(boolean checkout)
checkout - the checkout to setpublic boolean isCheckin()
public void setCheckin(boolean checkin)
checkin - the checkin to setpublic boolean isBlockPatron()
public void setBlockPatron(boolean blockPatron)
blockPatron - the blockPatron to setpublic boolean isSCILSStatus()
public void setSCILSStatus(boolean SCILSStatus)
SCILSStatus - the SCILSStatus to setpublic boolean isRequestSCILSResend()
public void setRequestSCILSResend(boolean requestSCILSResend)
requestSCILSResend - the requestSCILSResend to setpublic boolean isLogin()
public void setLogin(boolean login)
login - the login to setpublic boolean isPatronInformation()
public void setPatronInformation(boolean patronInformation)
patronInformation - the patronInformation to setpublic boolean isEndPatronSession()
public void setEndPatronSession(boolean endPatronSession)
endPatronSession - the endPatronSession to setpublic boolean isFeePaid()
public void setFeePaid(boolean feePaid)
feePaid - the feePaid to setpublic boolean isItemInformation()
public void setItemInformation(boolean itemInformation)
itemInformation - the itemInformation to setpublic boolean isItemStatusUpdate()
public void setItemStatusUpdate(boolean itemStatusUpdate)
itemStatusUpdate - the itemStatusUpdate to setpublic boolean isPatronEnable()
public void setPatronEnable(boolean patronEnable)
patronEnable - the patronEnable to setpublic boolean isHold()
public void setHold(boolean hold)
hold - the hold to setpublic boolean isRenew()
public void setRenew(boolean renew)
renew - the renew to setpublic boolean isRenewAll()
public void setRenewAll(boolean renewAll)
renewAll - the renewAll to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||