public class POIStatus extends Object
Java class for POIStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POIStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CashHandlingDevice" type="{}CashHandlingDevice" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="GlobalStatus" use="required" type="{}GlobalStatusType" />
<attribute name="SecurityOKFlag" type="{}SecurityOKFlag" />
<attribute name="PEDOKFlag" type="{}PEDOKFlag" />
<attribute name="CardReaderOKFlag" type="{}CardReaderOKFlag" />
<attribute name="PrinterStatus" type="{}PrinterStatusType" />
<attribute name="CommunicationOKFlag" type="{}CommunicationOKFlag" />
<attribute name="FraudPreventionFlag" type="{}FraudPreventionFlag" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cardReaderOKFlag
The Card reader ok flag.
|
protected List<CashHandlingDevice> |
cashHandlingDevice
The Cash handling device.
|
protected Boolean |
communicationOKFlag
The Communication ok flag.
|
protected Boolean |
fraudPreventionFlag
The Fraud prevention flag.
|
protected GlobalStatusType |
globalStatus
The Global status.
|
protected Boolean |
pedokFlag
The Pedok flag.
|
protected PrinterStatusType |
printerStatus
The Printer status.
|
protected Boolean |
securityOKFlag
The Security ok flag.
|
| Constructor and Description |
|---|
POIStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<CashHandlingDevice> |
getCashHandlingDevice()
Gets the value of the cashHandlingDevice property.
|
GlobalStatusType |
getGlobalStatus()
Gets the value of the globalStatus property.
|
PrinterStatusType |
getPrinterStatus()
Gets the value of the printerStatus property.
|
Boolean |
isCardReaderOKFlag()
Gets the value of the cardReaderOKFlag property.
|
Boolean |
isCommunicationOKFlag()
Gets the value of the communicationOKFlag property.
|
Boolean |
isFraudPreventionFlag()
Gets the value of the fraudPreventionFlag property.
|
Boolean |
isPEDOKFlag()
Gets the value of the pedokFlag property.
|
Boolean |
isSecurityOKFlag()
Gets the value of the securityOKFlag property.
|
void |
setCardReaderOKFlag(Boolean value)
Sets the value of the cardReaderOKFlag property.
|
void |
setCommunicationOKFlag(Boolean value)
Sets the value of the communicationOKFlag property.
|
void |
setFraudPreventionFlag(Boolean value)
Sets the value of the fraudPreventionFlag property.
|
void |
setGlobalStatus(GlobalStatusType value)
Sets the value of the globalStatus property.
|
void |
setPEDOKFlag(Boolean value)
Sets the value of the pedokFlag property.
|
void |
setPrinterStatus(PrinterStatusType value)
Sets the value of the printerStatus property.
|
void |
setSecurityOKFlag(Boolean value)
Sets the value of the securityOKFlag property.
|
protected List<CashHandlingDevice> cashHandlingDevice
protected GlobalStatusType globalStatus
protected Boolean securityOKFlag
protected Boolean pedokFlag
protected Boolean cardReaderOKFlag
protected PrinterStatusType printerStatus
protected Boolean communicationOKFlag
protected Boolean fraudPreventionFlag
public List<CashHandlingDevice> getCashHandlingDevice()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cashHandlingDevice property.
For example, to add a new item, do as follows:
getCashHandlingDevice().add(newItem);
Objects of the following type(s) are allowed in the list
CashHandlingDevice
public GlobalStatusType getGlobalStatus()
GlobalStatusTypepublic void setGlobalStatus(GlobalStatusType value)
value - allowed object is GlobalStatusTypepublic Boolean isSecurityOKFlag()
Booleanpublic void setSecurityOKFlag(Boolean value)
value - allowed object is Booleanpublic Boolean isPEDOKFlag()
Booleanpublic void setPEDOKFlag(Boolean value)
value - allowed object is Booleanpublic Boolean isCardReaderOKFlag()
Booleanpublic void setCardReaderOKFlag(Boolean value)
value - allowed object is Booleanpublic PrinterStatusType getPrinterStatus()
PrinterStatusTypepublic void setPrinterStatus(PrinterStatusType value)
value - allowed object is PrinterStatusTypepublic Boolean isCommunicationOKFlag()
Booleanpublic void setCommunicationOKFlag(Boolean value)
value - allowed object is Booleanpublic Boolean isFraudPreventionFlag()
BooleanCopyright © 2022. All rights reserved.