Class ReversalResponse


  • public class ReversalResponse
    extends Object
    Definition: Content of the Reversal Response messageType. -- Usage: It conveys Information related to the reversal processed by the POI System.

    Java class for ReversalResponse complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ReversalResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
             <element name="POIData" type="{}POIData" minOccurs="0"/>
             <element name="OriginalPOITransaction" type="{}OriginalPOITransaction" minOccurs="0"/>
             <element name="PaymentReceipt" type="{}PaymentReceipt" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="ReversedAmount" type="{}SimpleAmountType" />
           <attribute name="CustomerOrderID" type="{}CustomerOrderID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • response

        protected Response response
        The Response.
      • poiData

        protected POIData poiData
        The Poi data.
      • originalPOITransaction

        protected OriginalPOITransaction originalPOITransaction
        The Original poi transaction.
      • reversedAmount

        protected BigDecimal reversedAmount
        The Reversed amount.
      • customerOrderID

        protected String customerOrderID
        The Customer order id.
    • Constructor Detail

      • ReversalResponse

        public ReversalResponse()
    • 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
      • getPOIData

        public POIData getPOIData()
        Gets the value of the poiData property.
        Returns:
        possible object is POIData
      • setPOIData

        public void setPOIData​(POIData value)
        Sets the value of the poiData property.
        Parameters:
        value - allowed object is POIData
      • getPaymentReceipt

        public List<PaymentReceipt> getPaymentReceipt()
        Gets the value of the paymentReceipt property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentReceipt property.

        For example, to add a new item, do as follows:

            getPaymentReceipt().add(newItem);
         

        Objects of the following type(s) are allowed in the list PaymentReceipt

        Returns:
        the payment receipt
      • getReversedAmount

        public BigDecimal getReversedAmount()
        Gets the value of the reversedAmount property.
        Returns:
        possible object is BigDecimal
      • setReversedAmount

        public void setReversedAmount​(BigDecimal value)
        Sets the value of the reversedAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getCustomerOrderID

        public String getCustomerOrderID()
        Gets the value of the customerOrderID property.
        Returns:
        possible object is String
      • setCustomerOrderID

        public void setCustomerOrderID​(String value)
        Sets the value of the customerOrderID property.
        Parameters:
        value - allowed object is String