Class CardPaymentBatchTransferResponse11
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataSet property.Gets the value of the txTtls property.
-
Constructor Details
-
CardPaymentBatchTransferResponse11
public CardPaymentBatchTransferResponse11()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
-