public class CashBalance1 extends Object
Java class for CashBalance1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalance1">
<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.01}BalanceType1Choice"/>
<element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditLine1" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DateAndDateTimeChoice"/>
<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 and Description |
|---|---|
protected CurrencyAndAmount |
amt |
protected List<CashBalanceAvailability1> |
avlbty |
protected CreditDebitCode |
cdtDbtInd |
protected CreditLine1 |
cdtLine |
protected DateAndDateTimeChoice |
dt |
protected BalanceType1Choice |
tp |
| Constructor and Description |
|---|
CashBalance1() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
List<CashBalanceAvailability1> |
getAvlbty()
Gets the value of the avlbty property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
CreditLine1 |
getCdtLine()
Gets the value of the cdtLine property.
|
DateAndDateTimeChoice |
getDt()
Gets the value of the dt property.
|
BalanceType1Choice |
getTp()
Gets the value of the tp property.
|
void |
setAmt(CurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setCdtLine(CreditLine1 value)
Sets the value of the cdtLine property.
|
void |
setDt(DateAndDateTimeChoice value)
Sets the value of the dt property.
|
void |
setTp(BalanceType1Choice value)
Sets the value of the tp property.
|
protected BalanceType1Choice tp
protected CreditLine1 cdtLine
protected CurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected DateAndDateTimeChoice dt
protected List<CashBalanceAvailability1> avlbty
public BalanceType1Choice getTp()
BalanceType1Choicepublic void setTp(BalanceType1Choice value)
value - allowed object is
BalanceType1Choicepublic CreditLine1 getCdtLine()
CreditLine1public void setCdtLine(CreditLine1 value)
value - allowed object is
CreditLine1public CurrencyAndAmount getAmt()
CurrencyAndAmountpublic void setAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic DateAndDateTimeChoice getDt()
DateAndDateTimeChoicepublic void setDt(DateAndDateTimeChoice value)
value - allowed object is
DateAndDateTimeChoicepublic 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.