Class CardPaymentBatchTransferResponse11

java.lang.Object
org.coderic.iso20022.messages.caaa.CardPaymentBatchTransferResponse11

public class CardPaymentBatchTransferResponse11 extends Object

Java class for CardPaymentBatchTransferResponse11 complex type.

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

 <complexType name="CardPaymentBatchTransferResponse11">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxTtls" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TransactionTotals12" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DataSet" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet36" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardPaymentBatchTransferResponse11

      public CardPaymentBatchTransferResponse11()
  • Method Details

    • getTxTtls

      public List<TransactionTotals12> getTxTtls()
      Gets the value of the txTtls 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 Jakarta XML Binding object. This is why there is not a set method for the txTtls property.

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

          getTxTtls().add(newItem);
       

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

    • getDataSet

      public List<CardPaymentDataSet36> getDataSet()
      Gets the value of the dataSet 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 Jakarta XML Binding object. This is why there is not a set method for the dataSet property.

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

          getDataSet().add(newItem);
       

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