public class CashBalance8 extends Object
Java class for CashBalance8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalance8">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BalanceType13"/>
<element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditLine3" maxOccurs="unbounded" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected List<CashAvailability1> |
avlbty |
protected CreditDebitCode |
cdtDbtInd |
protected List<CreditLine3> |
cdtLine |
protected DateAndDateTime2Choice |
dt |
protected BalanceType13 |
tp |
| Constructor and Description |
|---|
CashBalance8() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
List<CashAvailability1> |
getAvlbty()
Gets the value of the avlbty property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
List<CreditLine3> |
getCdtLine()
Gets the value of the cdtLine property.
|
DateAndDateTime2Choice |
getDt()
Gets the value of the dt property.
|
BalanceType13 |
getTp()
Gets the value of the tp property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setDt(DateAndDateTime2Choice value)
Sets the value of the dt property.
|
void |
setTp(BalanceType13 value)
Sets the value of the tp property.
|
protected BalanceType13 tp
protected List<CreditLine3> cdtLine
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected DateAndDateTime2Choice dt
protected List<CashAvailability1> avlbty
public BalanceType13 getTp()
BalanceType13public void setTp(BalanceType13 value)
value - allowed object is
BalanceType13public List<CreditLine3> getCdtLine()
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 cdtLine property.
For example, to add a new item, do as follows:
getCdtLine().add(newItem);
Objects of the following type(s) are allowed in the list
CreditLine3
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic DateAndDateTime2Choice getDt()
DateAndDateTime2Choicepublic void setDt(DateAndDateTime2Choice value)
value - allowed object is
DateAndDateTime2Choicepublic 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
Copyright © 2019. All rights reserved.