Package com.adyen.model.nexo
Class CardReaderPowerOffRequest
- java.lang.Object
-
- com.adyen.model.nexo.CardReaderPowerOffRequest
-
public class CardReaderPowerOffRequest extends Object
Definition: Content of the Card Reader Power-Off Request messageType. -- Usage: It contains a possible invitation messageType to display on the CashierInterface or the CustomerInterface, for removing the card.Java class for CardReaderPowerOffRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderPowerOffRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/> </sequence> <attribute name="MaxWaitingTime" type="{}MaxWaitingTime" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DisplayOutputdisplayOutputThe Display output.protected BigIntegermaxWaitingTimeThe Max waiting time.
-
Constructor Summary
Constructors Constructor Description CardReaderPowerOffRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayOutputgetDisplayOutput()Gets the value of the displayOutput property.BigIntegergetMaxWaitingTime()Gets the value of the maxWaitingTime property.voidsetDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidsetMaxWaitingTime(BigInteger value)Sets the value of the maxWaitingTime property.
-
-
-
Field Detail
-
displayOutput
protected DisplayOutput displayOutput
The Display output.
-
maxWaitingTime
protected BigInteger maxWaitingTime
The Max waiting time.
-
-
Method Detail
-
getDisplayOutput
public DisplayOutput getDisplayOutput()
Gets the value of the displayOutput property.- Returns:
- possible object is
DisplayOutput
-
setDisplayOutput
public void setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.- Parameters:
value- allowed object isDisplayOutput
-
getMaxWaitingTime
public BigInteger getMaxWaitingTime()
Gets the value of the maxWaitingTime property.- Returns:
- possible object is
BigInteger
-
setMaxWaitingTime
public void setMaxWaitingTime(BigInteger value)
Sets the value of the maxWaitingTime property.- Parameters:
value- allowed object isBigInteger
-
-