public class TotalTransactions5 extends Object
Java class for TotalTransactions5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalTransactions5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TtlNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NumberAndSumOfTransactions4" minOccurs="0"/>
<element name="TtlCdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="TtlDbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="TtlNtriesPerBkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TotalsPerBankTransactionCode4" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumberAndSumOfTransactions1 |
ttlCdtNtries |
protected NumberAndSumOfTransactions1 |
ttlDbtNtries |
protected NumberAndSumOfTransactions4 |
ttlNtries |
protected List<TotalsPerBankTransactionCode4> |
ttlNtriesPerBkTxCd |
| Constructor and Description |
|---|
TotalTransactions5() |
| Modifier and Type | Method and Description |
|---|---|
NumberAndSumOfTransactions1 |
getTtlCdtNtries()
Gets the value of the ttlCdtNtries property.
|
NumberAndSumOfTransactions1 |
getTtlDbtNtries()
Gets the value of the ttlDbtNtries property.
|
NumberAndSumOfTransactions4 |
getTtlNtries()
Gets the value of the ttlNtries property.
|
List<TotalsPerBankTransactionCode4> |
getTtlNtriesPerBkTxCd()
Gets the value of the ttlNtriesPerBkTxCd property.
|
void |
setTtlCdtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlCdtNtries property.
|
void |
setTtlDbtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlDbtNtries property.
|
void |
setTtlNtries(NumberAndSumOfTransactions4 value)
Sets the value of the ttlNtries property.
|
protected NumberAndSumOfTransactions4 ttlNtries
protected NumberAndSumOfTransactions1 ttlCdtNtries
protected NumberAndSumOfTransactions1 ttlDbtNtries
protected List<TotalsPerBankTransactionCode4> ttlNtriesPerBkTxCd
public NumberAndSumOfTransactions4 getTtlNtries()
NumberAndSumOfTransactions4public void setTtlNtries(NumberAndSumOfTransactions4 value)
value - allowed object is
NumberAndSumOfTransactions4public NumberAndSumOfTransactions1 getTtlCdtNtries()
NumberAndSumOfTransactions1public void setTtlCdtNtries(NumberAndSumOfTransactions1 value)
value - allowed object is
NumberAndSumOfTransactions1public NumberAndSumOfTransactions1 getTtlDbtNtries()
NumberAndSumOfTransactions1public void setTtlDbtNtries(NumberAndSumOfTransactions1 value)
value - allowed object is
NumberAndSumOfTransactions1public List<TotalsPerBankTransactionCode4> getTtlNtriesPerBkTxCd()
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 ttlNtriesPerBkTxCd property.
For example, to add a new item, do as follows:
getTtlNtriesPerBkTxCd().add(newItem);
Objects of the following type(s) are allowed in the list
TotalsPerBankTransactionCode4
Copyright © 2018. All rights reserved.