public class Limit2 extends Object
Java class for Limit2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Limit2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}FloorLimitType1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected FloorLimitType1Code |
cdtDbtInd |
| Constructor and Description |
|---|
Limit2() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
FloorLimitType1Code |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setCdtDbtInd(FloorLimitType1Code value)
Sets the value of the cdtDbtInd property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected FloorLimitType1Code cdtDbtInd
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic FloorLimitType1Code getCdtDbtInd()
FloorLimitType1Codepublic void setCdtDbtInd(FloorLimitType1Code value)
value - allowed object is
FloorLimitType1CodeCopyright © 2018. All rights reserved.