public class NumberAndSumOfTransactionsPerBankTransactionCode1
extends java.lang.Object
Java class for NumberAndSumOfTransactionsPerBankTransactionCode1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberAndSumOfTransactionsPerBankTransactionCode1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NbOfNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
<element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BankTransactionCodeStructure1"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CashBalanceAvailability1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<CashBalanceAvailability1> |
avlbty |
|
protected BankTransactionCodeStructure1 |
bkTxCd |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected java.lang.String |
nbOfNtries |
|
protected java.math.BigDecimal |
sum |
|
protected java.math.BigDecimal |
ttlNetNtryAmt |
| Constructor | Description |
|---|---|
NumberAndSumOfTransactionsPerBankTransactionCode1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CashBalanceAvailability1> |
getAvlbty() |
Gets the value of the avlbty property.
|
BankTransactionCodeStructure1 |
getBkTxCd() |
Gets the value of the bkTxCd property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
java.lang.String |
getNbOfNtries() |
Gets the value of the nbOfNtries property.
|
java.math.BigDecimal |
getSum() |
Gets the value of the sum property.
|
java.math.BigDecimal |
getTtlNetNtryAmt() |
Gets the value of the ttlNetNtryAmt property.
|
void |
setBkTxCd(BankTransactionCodeStructure1 value) |
Sets the value of the bkTxCd property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd property.
|
void |
setNbOfNtries(java.lang.String value) |
Sets the value of the nbOfNtries property.
|
void |
setSum(java.math.BigDecimal value) |
Sets the value of the sum property.
|
void |
setTtlNetNtryAmt(java.math.BigDecimal value) |
Sets the value of the ttlNetNtryAmt property.
|
protected java.lang.String nbOfNtries
protected java.math.BigDecimal sum
protected java.math.BigDecimal ttlNetNtryAmt
protected CreditDebitCode cdtDbtInd
protected BankTransactionCodeStructure1 bkTxCd
protected java.util.List<CashBalanceAvailability1> avlbty
public NumberAndSumOfTransactionsPerBankTransactionCode1()
public java.lang.String getNbOfNtries()
Stringpublic void setNbOfNtries(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getSum()
BigDecimalpublic void setSum(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTtlNetNtryAmt()
BigDecimalpublic void setTtlNetNtryAmt(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic BankTransactionCodeStructure1 getBkTxCd()
BankTransactionCodeStructure1public void setBkTxCd(BankTransactionCodeStructure1 value)
value - allowed object is
BankTransactionCodeStructure1public java.util.List<CashBalanceAvailability1> getAvlbty()
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 avlbty property.
For example, to add a new item, do as follows:
getAvlbty().add(newItem);
Objects of the following type(s) are allowed in the list
CashBalanceAvailability1
Copyright © 2018. All rights reserved.