public class TotalsPerBankTransactionCode5 extends Object
Java class for TotalsPerBankTransactionCode5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalsPerBankTransactionCode5">
<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.07}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DecimalNumber" minOccurs="0"/>
<element name="TtlNetNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AmountAndDirection35" minOccurs="0"/>
<element name="CdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="DbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}NumberAndSumOfTransactions1" minOccurs="0"/>
<element name="FcstInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BankTransactionCodeStructure4"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CashAvailability1> |
avlbty |
protected BankTransactionCodeStructure4 |
bkTxCd |
protected NumberAndSumOfTransactions1 |
cdtNtries |
protected NumberAndSumOfTransactions1 |
dbtNtries |
protected DateAndDateTime2Choice |
dt |
protected Boolean |
fcstInd |
protected String |
nbOfNtries |
protected BigDecimal |
sum |
protected AmountAndDirection35 |
ttlNetNtry |
| Constructor and Description |
|---|
TotalsPerBankTransactionCode5() |
| Modifier and Type | Method and Description |
|---|---|
List<CashAvailability1> |
getAvlbty()
Gets the value of the avlbty property.
|
BankTransactionCodeStructure4 |
getBkTxCd()
Gets the value of the bkTxCd property.
|
NumberAndSumOfTransactions1 |
getCdtNtries()
Gets the value of the cdtNtries property.
|
NumberAndSumOfTransactions1 |
getDbtNtries()
Gets the value of the dbtNtries property.
|
DateAndDateTime2Choice |
getDt()
Gets the value of the dt property.
|
String |
getNbOfNtries()
Gets the value of the nbOfNtries property.
|
BigDecimal |
getSum()
Gets the value of the sum property.
|
AmountAndDirection35 |
getTtlNetNtry()
Gets the value of the ttlNetNtry property.
|
Boolean |
isFcstInd()
Gets the value of the fcstInd property.
|
void |
setBkTxCd(BankTransactionCodeStructure4 value)
Sets the value of the bkTxCd property.
|
void |
setCdtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the cdtNtries property.
|
void |
setDbtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the dbtNtries property.
|
void |
setDt(DateAndDateTime2Choice value)
Sets the value of the dt property.
|
void |
setFcstInd(Boolean value)
Sets the value of the fcstInd property.
|
void |
setNbOfNtries(String value)
Sets the value of the nbOfNtries property.
|
void |
setSum(BigDecimal value)
Sets the value of the sum property.
|
void |
setTtlNetNtry(AmountAndDirection35 value)
Sets the value of the ttlNetNtry property.
|
protected String nbOfNtries
protected BigDecimal sum
protected AmountAndDirection35 ttlNetNtry
protected NumberAndSumOfTransactions1 cdtNtries
protected NumberAndSumOfTransactions1 dbtNtries
protected Boolean fcstInd
protected BankTransactionCodeStructure4 bkTxCd
protected List<CashAvailability1> avlbty
protected DateAndDateTime2Choice dt
public String getNbOfNtries()
Stringpublic void setNbOfNtries(String value)
value - allowed object is
Stringpublic BigDecimal getSum()
BigDecimalpublic void setSum(BigDecimal value)
value - allowed object is
BigDecimalpublic AmountAndDirection35 getTtlNetNtry()
AmountAndDirection35public void setTtlNetNtry(AmountAndDirection35 value)
value - allowed object is
AmountAndDirection35public NumberAndSumOfTransactions1 getCdtNtries()
NumberAndSumOfTransactions1public void setCdtNtries(NumberAndSumOfTransactions1 value)
value - allowed object is
NumberAndSumOfTransactions1public NumberAndSumOfTransactions1 getDbtNtries()
NumberAndSumOfTransactions1public void setDbtNtries(NumberAndSumOfTransactions1 value)
value - allowed object is
NumberAndSumOfTransactions1public Boolean isFcstInd()
Booleanpublic void setFcstInd(Boolean value)
value - allowed object is
Booleanpublic BankTransactionCodeStructure4 getBkTxCd()
BankTransactionCodeStructure4public void setBkTxCd(BankTransactionCodeStructure4 value)
value - allowed object is
BankTransactionCodeStructure4public List<CashAvailability1> 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
CashAvailability1
public DateAndDateTime2Choice getDt()
DateAndDateTime2Choicepublic void setDt(DateAndDateTime2Choice value)
value - allowed object is
DateAndDateTime2ChoiceCopyright © 2018. All rights reserved.