public class TotalTransactions1 extends Object
Java class for TotalTransactions1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalTransactions1">
<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.01}NumberAndSumOfTransactions2" minOccurs="0"/>
<element name="TtlCdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="TtlDbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="TtlNtriesPerBkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}NumberAndSumOfTransactionsPerBankTransactionCode1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NumberAndSumOfTransactions1 |
ttlCdtNtries |
protected NumberAndSumOfTransactions1 |
ttlDbtNtries |
protected NumberAndSumOfTransactions2 |
ttlNtries |
protected List<NumberAndSumOfTransactionsPerBankTransactionCode1> |
ttlNtriesPerBkTxCd |
| Constructor and Description |
|---|
TotalTransactions1() |
| Modifier and Type | Method and Description |
|---|---|
NumberAndSumOfTransactions1 |
getTtlCdtNtries()
Gets the value of the ttlCdtNtries property.
|
NumberAndSumOfTransactions1 |
getTtlDbtNtries()
Gets the value of the ttlDbtNtries property.
|
NumberAndSumOfTransactions2 |
getTtlNtries()
Gets the value of the ttlNtries property.
|
List<NumberAndSumOfTransactionsPerBankTransactionCode1> |
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(NumberAndSumOfTransactions2 value)
Sets the value of the ttlNtries property.
|
protected NumberAndSumOfTransactions2 ttlNtries
protected NumberAndSumOfTransactions1 ttlCdtNtries
protected NumberAndSumOfTransactions1 ttlDbtNtries
protected List<NumberAndSumOfTransactionsPerBankTransactionCode1> ttlNtriesPerBkTxCd
public NumberAndSumOfTransactions2 getTtlNtries()
NumberAndSumOfTransactions2public void setTtlNtries(NumberAndSumOfTransactions2 value)
value - allowed object is
NumberAndSumOfTransactions2public 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<NumberAndSumOfTransactionsPerBankTransactionCode1> 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
NumberAndSumOfTransactionsPerBankTransactionCode1
Copyright © 2018. All rights reserved.