public class CashBalanceAvailability1
extends java.lang.Object
Java class for CashBalanceAvailability1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalanceAvailability1"> <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.01}CashBalanceAvailabilityDate1"/> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CurrencyAndAmount |
amt |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected CashBalanceAvailabilityDate1 |
dt |
Constructor | Description |
---|---|
CashBalanceAvailability1() |
Modifier and Type | Method | Description |
---|---|---|
CurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
CashBalanceAvailabilityDate1 |
getDt() |
Gets the value of the dt property.
|
void |
setAmt(CurrencyAndAmount value) |
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd property.
|
void |
setDt(CashBalanceAvailabilityDate1 value) |
Sets the value of the dt property.
|
protected CashBalanceAvailabilityDate1 dt
protected CurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
public CashBalanceAvailabilityDate1 getDt()
CashBalanceAvailabilityDate1
public void setDt(CashBalanceAvailabilityDate1 value)
value
- allowed object is
CashBalanceAvailabilityDate1
public CurrencyAndAmount getAmt()
CurrencyAndAmount
public void setAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
Copyright © 2018. All rights reserved.