Package com.adyen.model.nexo
Class POIStatus
- java.lang.Object
-
- com.adyen.model.nexo.POIStatus
-
public class POIStatus extends Object
Definition: State of a POI Terminal. -- Usage: Indicate the availability of the POI Terminal components. The data element is absent if the component is not part of the POI Terminal.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancardReaderOKFlagThe Card reader ok flag.protected List<CashHandlingDevice>cashHandlingDeviceThe Cash handling device.protected BooleancommunicationOKFlagThe Communication ok flag.protected BooleanfraudPreventionFlagThe Fraud prevention flag.protected GlobalStatusTypeglobalStatusThe Global status.protected BooleanpedokFlagThe Pedok flag.protected PrinterStatusTypeprinterStatusThe Printer status.protected BooleansecurityOKFlagThe Security ok flag.
-
Constructor Summary
Constructors Constructor Description POIStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CashHandlingDevice>getCashHandlingDevice()Gets the value of the cashHandlingDevice property.GlobalStatusTypegetGlobalStatus()Gets the value of the globalStatus property.PrinterStatusTypegetPrinterStatus()Gets the value of the printerStatus property.BooleanisCardReaderOKFlag()Gets the value of the cardReaderOKFlag property.BooleanisCommunicationOKFlag()Gets the value of the communicationOKFlag property.BooleanisFraudPreventionFlag()Gets the value of the fraudPreventionFlag property.BooleanisPEDOKFlag()Gets the value of the pedokFlag property.BooleanisSecurityOKFlag()Gets the value of the securityOKFlag property.voidsetCardReaderOKFlag(Boolean value)Sets the value of the cardReaderOKFlag property.voidsetCommunicationOKFlag(Boolean value)Sets the value of the communicationOKFlag property.voidsetFraudPreventionFlag(Boolean value)Sets the value of the fraudPreventionFlag property.voidsetGlobalStatus(GlobalStatusType value)Sets the value of the globalStatus property.voidsetPEDOKFlag(Boolean value)Sets the value of the pedokFlag property.voidsetPrinterStatus(PrinterStatusType value)Sets the value of the printerStatus property.voidsetSecurityOKFlag(Boolean value)Sets the value of the securityOKFlag property.
-
-
-
Field Detail
-
cashHandlingDevice
protected List<CashHandlingDevice> cashHandlingDevice
The Cash handling device.
-
globalStatus
protected GlobalStatusType globalStatus
The Global status.
-
securityOKFlag
protected Boolean securityOKFlag
The Security ok flag.
-
pedokFlag
protected Boolean pedokFlag
The Pedok flag.
-
cardReaderOKFlag
protected Boolean cardReaderOKFlag
The Card reader ok flag.
-
printerStatus
protected PrinterStatusType printerStatus
The Printer status.
-
communicationOKFlag
protected Boolean communicationOKFlag
The Communication ok flag.
-
fraudPreventionFlag
protected Boolean fraudPreventionFlag
The Fraud prevention flag.
-
-
Method Detail
-
getCashHandlingDevice
public List<CashHandlingDevice> getCashHandlingDevice()
Gets the value of the cashHandlingDevice property.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
setmethod 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- Returns:
- the cash handling device
-
getGlobalStatus
public GlobalStatusType getGlobalStatus()
Gets the value of the globalStatus property.- Returns:
- possible object is
GlobalStatusType
-
setGlobalStatus
public void setGlobalStatus(GlobalStatusType value)
Sets the value of the globalStatus property.- Parameters:
value- allowed object isGlobalStatusType
-
isSecurityOKFlag
public Boolean isSecurityOKFlag()
Gets the value of the securityOKFlag property.- Returns:
- possible object is
Boolean
-
setSecurityOKFlag
public void setSecurityOKFlag(Boolean value)
Sets the value of the securityOKFlag property.- Parameters:
value- allowed object isBoolean
-
isPEDOKFlag
public Boolean isPEDOKFlag()
Gets the value of the pedokFlag property.- Returns:
- possible object is
Boolean
-
setPEDOKFlag
public void setPEDOKFlag(Boolean value)
Sets the value of the pedokFlag property.- Parameters:
value- allowed object isBoolean
-
isCardReaderOKFlag
public Boolean isCardReaderOKFlag()
Gets the value of the cardReaderOKFlag property.- Returns:
- possible object is
Boolean
-
setCardReaderOKFlag
public void setCardReaderOKFlag(Boolean value)
Sets the value of the cardReaderOKFlag property.- Parameters:
value- allowed object isBoolean
-
getPrinterStatus
public PrinterStatusType getPrinterStatus()
Gets the value of the printerStatus property.- Returns:
- possible object is
PrinterStatusType
-
setPrinterStatus
public void setPrinterStatus(PrinterStatusType value)
Sets the value of the printerStatus property.- Parameters:
value- allowed object isPrinterStatusType
-
isCommunicationOKFlag
public Boolean isCommunicationOKFlag()
Gets the value of the communicationOKFlag property.- Returns:
- possible object is
Boolean
-
setCommunicationOKFlag
public void setCommunicationOKFlag(Boolean value)
Sets the value of the communicationOKFlag property.- Parameters:
value- allowed object isBoolean
-
isFraudPreventionFlag
public Boolean isFraudPreventionFlag()
Gets the value of the fraudPreventionFlag property.- Returns:
- possible object is
Boolean
-
-