Package com.adyen.model.nexo
Class TransactionStatusResponse
- java.lang.Object
-
- com.adyen.model.nexo.TransactionStatusResponse
-
public class TransactionStatusResponse extends Object
Definition: Content of the TransactionStatus Response messageType. -- Usage: It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction.Java class for TransactionStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Response" type="{}Response"/> <element name="MessageReference" type="{}MessageReference" minOccurs="0"/> <element name="RepeatedMessageResponse" type="{}RepeatedMessageResponse" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MessageReferencemessageReferenceThe Message reference.protected RepeatedMessageResponserepeatedMessageResponseThe Repeated message response.protected ResponseresponseThe Response.
-
Constructor Summary
Constructors Constructor Description TransactionStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageReferencegetMessageReference()Gets the value of the messageReference property.RepeatedMessageResponsegetRepeatedMessageResponse()Gets the value of the repeatedMessageResponse property.ResponsegetResponse()Gets the value of the response property.voidsetMessageReference(MessageReference value)Sets the value of the messageReference property.voidsetRepeatedMessageResponse(RepeatedMessageResponse value)Sets the value of the repeatedMessageResponse property.voidsetResponse(Response value)Sets the value of the response property.
-
-
-
Field Detail
-
response
protected Response response
The Response.
-
messageReference
protected MessageReference messageReference
The Message reference.
-
repeatedMessageResponse
protected RepeatedMessageResponse repeatedMessageResponse
The Repeated message response.
-
-
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
-
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
-
getRepeatedMessageResponse
public RepeatedMessageResponse getRepeatedMessageResponse()
Gets the value of the repeatedMessageResponse property.- Returns:
- possible object is
RepeatedMessageResponse
-
setRepeatedMessageResponse
public void setRepeatedMessageResponse(RepeatedMessageResponse value)
Sets the value of the repeatedMessageResponse property.- Parameters:
value- allowed object isRepeatedMessageResponse
-
-