public class CashBalance7
extends java.lang.Object
Java class for CashBalance7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalance7"> <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.06}BalanceType12"/> <element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditLine2" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected java.util.List<CashAvailability1> |
avlbty |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected CreditLine2 |
cdtLine |
|
protected DateAndDateTimeChoice |
dt |
|
protected BalanceType12 |
tp |
Constructor | Description |
---|---|
CashBalance7() |
Modifier and Type | Method | Description |
---|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
java.util.List<CashAvailability1> |
getAvlbty() |
Gets the value of the avlbty property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
CreditLine2 |
getCdtLine() |
Gets the value of the cdtLine property.
|
DateAndDateTimeChoice |
getDt() |
Gets the value of the dt property.
|
BalanceType12 |
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 |
setCdtLine(CreditLine2 value) |
Sets the value of the cdtLine property.
|
void |
setDt(DateAndDateTimeChoice value) |
Sets the value of the dt property.
|
void |
setTp(BalanceType12 value) |
Sets the value of the tp property.
|
protected BalanceType12 tp
protected CreditLine2 cdtLine
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected DateAndDateTimeChoice dt
protected java.util.List<CashAvailability1> avlbty
public BalanceType12 getTp()
BalanceType12
public void setTp(BalanceType12 value)
value
- allowed object is
BalanceType12
public CreditLine2 getCdtLine()
CreditLine2
public void setCdtLine(CreditLine2 value)
value
- allowed object is
CreditLine2
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
public DateAndDateTimeChoice getDt()
DateAndDateTimeChoice
public void setDt(DateAndDateTimeChoice value)
value
- allowed object is
DateAndDateTimeChoice
public java.util.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 © 2018. All rights reserved.