Class BatchResponse


  • public class BatchResponse
    extends Object
    Definition: Content of the Batch Response messageType. -- Usage: It conveys either the response of transactions to perform sent in the batch request, or a collection of results of performed Payment, Loyalty and Reversal transactions in a batch messageType or file.

    Java class for BatchResponse complex type.

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

     <complexType name="BatchResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
             <element name="PerformedTransaction" type="{}PerformedTransaction" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BatchResponse

        public BatchResponse()
    • 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
      • getPerformedTransaction

        public List<PerformedTransaction> getPerformedTransaction()
        Gets the value of the performedTransaction 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 performedTransaction property.

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

            getPerformedTransaction().add(newItem);
         

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

        Returns:
        the performed transaction