public class CurrencyAndAmountRange2 extends Object
Java class for CurrencyAndAmountRange2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyAndAmountRange2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ImpliedCurrencyAmountRangeChoice"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CreditDebitCode" minOccurs="0"/>
<element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImpliedCurrencyAmountRangeChoice |
amt |
protected String |
ccy |
protected CreditDebitCode |
cdtDbtInd |
| Constructor and Description |
|---|
CurrencyAndAmountRange2() |
| Modifier and Type | Method and Description |
|---|---|
ImpliedCurrencyAmountRangeChoice |
getAmt()
Gets the value of the amt property.
|
String |
getCcy()
Gets the value of the ccy property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
void |
setAmt(ImpliedCurrencyAmountRangeChoice value)
Sets the value of the amt property.
|
void |
setCcy(String value)
Sets the value of the ccy property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
protected ImpliedCurrencyAmountRangeChoice amt
protected CreditDebitCode cdtDbtInd
protected String ccy
public ImpliedCurrencyAmountRangeChoice getAmt()
ImpliedCurrencyAmountRangeChoicepublic void setAmt(ImpliedCurrencyAmountRangeChoice value)
value - allowed object is
ImpliedCurrencyAmountRangeChoicepublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic String getCcy()
StringCopyright © 2020. All rights reserved.