Package com.adyen.model.nexo
Class InputRequest
- java.lang.Object
-
- com.adyen.model.nexo.InputRequest
-
public class InputRequest extends Object
Definition: Content of the Input Request messageType. -- Usage: It conveys data to display and the way to process the display, and contains the complete content to display. In addition to the display on the Input Device, it might contain an operation (the DisplayOutput element) per Display Device type.Java class for InputRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/> <element name="InputData" type="{}InputData"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DisplayOutputdisplayOutputThe Display output.protected InputDatainputDataThe Input data.
-
Constructor Summary
Constructors Constructor Description InputRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayOutputgetDisplayOutput()Gets the value of the displayOutput property.InputDatagetInputData()Gets the value of the inputData property.voidsetDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidsetInputData(InputData value)Sets the value of the inputData property.
-
-
-
Field Detail
-
displayOutput
protected DisplayOutput displayOutput
The Display output.
-
inputData
protected InputData inputData
The Input data.
-
-
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
-
getInputData
public InputData getInputData()
Gets the value of the inputData property.- Returns:
- possible object is
InputData
-
-