Package com.adyen.model.nexo
Class AbortRequest
- java.lang.Object
-
- com.adyen.model.nexo.AbortRequest
-
public class AbortRequest extends Object
Definition: Body of the Abort Request messageType. -- Usage: It conveys Information requested for identification of the messageType request carrying the transaction to abort. A messageType to display on the CustomerError Device could be sent by the Sale System (DisplayOutput).Java class for AbortRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbortRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MessageReference" type="{}MessageReference"/> <element name="AbortReason" type="{}AbortReason"/> <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringabortReasonThe Abort reason.protected DisplayOutputdisplayOutputThe Display output.protected MessageReferencemessageReferenceThe Message reference.
-
Constructor Summary
Constructors Constructor Description AbortRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbortReason()Gets the value of the abortReason property.DisplayOutputgetDisplayOutput()Gets the value of the displayOutput property.MessageReferencegetMessageReference()Gets the value of the messageReference property.voidsetAbortReason(String value)Sets the value of the abortReason property.voidsetDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidsetMessageReference(MessageReference value)Sets the value of the messageReference property.
-
-
-
Field Detail
-
messageReference
protected MessageReference messageReference
The Message reference.
-
abortReason
protected String abortReason
The Abort reason.
-
displayOutput
protected DisplayOutput displayOutput
The Display output.
-
-
Method Detail
-
getMessageReference
public MessageReference getMessageReference()
Gets the value of the messageReference property.- Returns:
- possible object is
MessageReference
-
setMessageReference
public void setMessageReference(MessageReference value)
Sets the value of the messageReference property.- Parameters:
value- allowed object isMessageReference
-
getAbortReason
public String getAbortReason()
Gets the value of the abortReason property.- Returns:
- possible object is
String
-
setAbortReason
public void setAbortReason(String value)
Sets the value of the abortReason property.- Parameters:
value- allowed object isString
-
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
-
-