public class SupportedMessages extends AbstractFlagField
Constructor and Description |
---|
SupportedMessages() |
SupportedMessages(String flags) |
Modifier and Type | Method and Description |
---|---|
protected int |
getLength() |
protected char[] |
getValid() |
boolean |
isBlockPatron() |
boolean |
isCheckIn() |
boolean |
isCheckOut() |
boolean |
isEndPatronSession() |
boolean |
isFeePaid() |
boolean |
isHold() |
boolean |
isItemInformation() |
boolean |
isItemStatusUpdate() |
boolean |
isLogin() |
boolean |
isPatronEnable() |
boolean |
isPatronInformation() |
boolean |
isPatronStatusRequest() |
boolean |
isRenew() |
boolean |
isRenewAll() |
boolean |
isRequestScAcsResend() |
boolean |
isScAcsStatus() |
static void |
main(String[] args) |
void |
setBlockPatron(boolean flag) |
void |
setCheckIn(boolean flag) |
void |
setCheckOut(boolean flag) |
void |
setEndPatronSession(boolean flag) |
void |
setFeePaid(boolean flag) |
void |
setHold(boolean flag) |
void |
setItemInformation(boolean flag) |
void |
setItemStatusUpdate(boolean flag) |
void |
setLogin(boolean flag) |
void |
setPatronEnable(boolean flag) |
void |
setPatronInformation(boolean flag) |
void |
setPatronStatusRequest(boolean flag) |
void |
setRenew(boolean flag) |
void |
setRenewAll(boolean flag) |
void |
setRequestScAcsResend(boolean flag) |
void |
setScAcsStatus(boolean flag) |
clear, isSet, set, toString
public SupportedMessages(String flags)
public SupportedMessages()
public boolean isPatronStatusRequest()
public void setPatronStatusRequest(boolean flag)
public boolean isCheckOut()
public void setCheckOut(boolean flag)
public boolean isCheckIn()
public void setCheckIn(boolean flag)
public boolean isBlockPatron()
public void setBlockPatron(boolean flag)
public boolean isScAcsStatus()
public void setScAcsStatus(boolean flag)
public boolean isRequestScAcsResend()
public void setRequestScAcsResend(boolean flag)
public boolean isLogin()
public void setLogin(boolean flag)
public boolean isPatronInformation()
public void setPatronInformation(boolean flag)
public boolean isEndPatronSession()
public void setEndPatronSession(boolean flag)
public boolean isFeePaid()
public void setFeePaid(boolean flag)
public boolean isItemInformation()
public void setItemInformation(boolean flag)
public boolean isItemStatusUpdate()
public void setItemStatusUpdate(boolean flag)
public boolean isPatronEnable()
public void setPatronEnable(boolean flag)
public boolean isHold()
public void setHold(boolean flag)
public boolean isRenew()
public void setRenew(boolean flag)
public boolean isRenewAll()
public void setRenewAll(boolean flag)
protected int getLength()
getLength
in class AbstractFlagField
protected char[] getValid()
getValid
in class AbstractFlagField
public static void main(String[] args)
Copyright © 2004–2019 Ceridwen Limited. All rights reserved.