Class 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 Detail

      • response

        protected Response response
        The Response.
      • messageReference

        protected MessageReference messageReference
        The Message reference.
      • repeatedMessageResponse

        protected RepeatedMessageResponse repeatedMessageResponse
        The Repeated message response.
    • Constructor Detail

      • TransactionStatusResponse

        public TransactionStatusResponse()
    • 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 is Response
      • 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 is MessageReference