Package com.adyen.model.nexo
Class OutputResult
- java.lang.Object
-
- com.adyen.model.nexo.OutputResult
-
public class OutputResult extends Object
Definition: Information related to the result the output (display, print, input). -- Usage: In the messageType response, it contains the result of the output, if required in the messageType request.Java class for OutputResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Response" type="{}Response"/> </sequence> <attribute name="Device" use="required" type="{}DeviceType" /> <attribute name="InfoQualify" use="required" type="{}InfoQualifyType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DeviceTypedeviceThe Device.protected InfoQualifyTypeinfoQualifyThe Info qualify.protected ResponseresponseThe Response.
-
Constructor Summary
Constructors Constructor Description OutputResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceTypegetDevice()Gets the value of the device property.InfoQualifyTypegetInfoQualify()Gets the value of the infoQualify property.ResponsegetResponse()Gets the value of the response property.voidsetDevice(DeviceType value)Sets the value of the device property.voidsetInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.voidsetResponse(Response value)Sets the value of the response property.
-
-
-
Field Detail
-
response
protected Response response
The Response.
-
device
protected DeviceType device
The Device.
-
infoQualify
protected InfoQualifyType infoQualify
The Info qualify.
-
-
Method Detail
-
getResponse
public Response getResponse()
Gets the value of the response property.- Returns:
- possible object is
Response
-
setResponse
public void setResponse(Response value)
Sets the value of the response property.- Parameters:
value- allowed object isResponse
-
getDevice
public DeviceType getDevice()
Gets the value of the device property.- Returns:
- possible object is
DeviceType
-
setDevice
public void setDevice(DeviceType value)
Sets the value of the device property.- Parameters:
value- allowed object isDeviceType
-
getInfoQualify
public InfoQualifyType getInfoQualify()
Gets the value of the infoQualify property.- Returns:
- possible object is
InfoQualifyType
-
setInfoQualify
public void setInfoQualify(InfoQualifyType value)
Sets the value of the infoQualify property.- Parameters:
value- allowed object isInfoQualifyType
-
-