public class CashAvailability1
extends java.lang.Object
Java class for CashAvailability1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAvailability1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAvailabilityDate1Choice"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected CashAvailabilityDate1Choice |
dt |
| Constructor | Description |
|---|---|
CashAvailability1() |
| Modifier and Type | Method | Description |
|---|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
CashAvailabilityDate1Choice |
getDt() |
Gets the value of the dt 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(CashAvailabilityDate1Choice value) |
Sets the value of the dt property.
|
protected CashAvailabilityDate1Choice dt
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
public CashAvailabilityDate1Choice getDt()
CashAvailabilityDate1Choicepublic void setDt(CashAvailabilityDate1Choice value)
value - allowed object is
CashAvailabilityDate1Choicepublic ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodeCopyright © 2018. All rights reserved.