public class TotalTransactions5
extends java.lang.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 | Description |
---|---|---|
protected NumberAndSumOfTransactions1 |
ttlCdtNtries |
|
protected NumberAndSumOfTransactions1 |
ttlDbtNtries |
|
protected NumberAndSumOfTransactions4 |
ttlNtries |
|
protected java.util.List<TotalsPerBankTransactionCode4> |
ttlNtriesPerBkTxCd |
Constructor | Description |
---|---|
TotalTransactions5() |
Modifier and Type | Method | 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.
|
java.util.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 java.util.List<TotalsPerBankTransactionCode4> ttlNtriesPerBkTxCd
public NumberAndSumOfTransactions4 getTtlNtries()
NumberAndSumOfTransactions4
public void setTtlNtries(NumberAndSumOfTransactions4 value)
value
- allowed object is
NumberAndSumOfTransactions4
public NumberAndSumOfTransactions1 getTtlCdtNtries()
NumberAndSumOfTransactions1
public void setTtlCdtNtries(NumberAndSumOfTransactions1 value)
value
- allowed object is
NumberAndSumOfTransactions1
public NumberAndSumOfTransactions1 getTtlDbtNtries()
NumberAndSumOfTransactions1
public void setTtlDbtNtries(NumberAndSumOfTransactions1 value)
value
- allowed object is
NumberAndSumOfTransactions1
public java.util.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.