public class POIStatusType extends Object
Java class for POIStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POIStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CashHandlingDevice" type="{}CashHandlingDeviceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="GlobalStatus" use="required" type="{}GlobalStatusTypeCode" />
<attribute name="SecurityOKFlag" type="{}SecurityOKFlagType" />
<attribute name="PEDOKFlag" type="{}PEDOKFlagType" />
<attribute name="CardReaderOKFlag" type="{}CardReaderOKFlagType" />
<attribute name="PrinterStatus" type="{}PrinterStatusTypeCode" />
<attribute name="CommunicationOKFlag" type="{}CommunicationOKFlagType" />
<attribute name="FraudPreventionFlag" type="{}FraudPreventionFlagType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cardReaderOKFlag |
protected List<CashHandlingDeviceType> |
cashHandlingDevice |
protected Boolean |
communicationOKFlag |
protected Boolean |
fraudPreventionFlag |
protected String |
globalStatus |
protected Boolean |
pedokFlag |
protected String |
printerStatus |
protected Boolean |
securityOKFlag |
| Constructor and Description |
|---|
POIStatusType() |
| Modifier and Type | Method and Description |
|---|---|
List<CashHandlingDeviceType> |
getCashHandlingDevice()
Gets the value of the cashHandlingDevice property.
|
String |
getGlobalStatus()
Gets the value of the globalStatus property.
|
String |
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(String value)
Sets the value of the globalStatus property.
|
void |
setPEDOKFlag(Boolean value)
Sets the value of the pedokFlag property.
|
void |
setPrinterStatus(String value)
Sets the value of the printerStatus property.
|
void |
setSecurityOKFlag(Boolean value)
Sets the value of the securityOKFlag property.
|
protected List<CashHandlingDeviceType> cashHandlingDevice
protected String globalStatus
protected Boolean securityOKFlag
protected Boolean pedokFlag
protected Boolean cardReaderOKFlag
protected String printerStatus
protected Boolean communicationOKFlag
protected Boolean fraudPreventionFlag
public List<CashHandlingDeviceType> 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
CashHandlingDeviceType
public String getGlobalStatus()
Stringpublic void setGlobalStatus(String value)
value - allowed object is
Stringpublic 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 String getPrinterStatus()
Stringpublic void setPrinterStatus(String value)
value - allowed object is
Stringpublic Boolean isCommunicationOKFlag()
Booleanpublic void setCommunicationOKFlag(Boolean value)
value - allowed object is
Booleanpublic Boolean isFraudPreventionFlag()
BooleanCopyright © 2018. All rights reserved.