public class Limit2 extends Object
Java-Klasse für Limit2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der amt-Eigenschaft ab.
|
FloorLimitType1Code |
getCdtDbtInd()
Ruft den Wert der cdtDbtInd-Eigenschaft ab.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der amt-Eigenschaft fest.
|
void |
setCdtDbtInd(FloorLimitType1Code value)
Legt den Wert der cdtDbtInd-Eigenschaft fest.
|
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 © 2017. All rights reserved.