public class CurrencyAndAmountRange2
extends java.lang.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.03}ImpliedCurrencyAmountRangeChoice"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CreditDebitCode" minOccurs="0"/>
<element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ActiveOrHistoricCurrencyCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ImpliedCurrencyAmountRangeChoice |
amt |
|
protected java.lang.String |
ccy |
|
protected CreditDebitCode |
cdtDbtInd |
| Constructor | Description |
|---|---|
CurrencyAndAmountRange2() |
| Modifier and Type | Method | Description |
|---|---|---|
ImpliedCurrencyAmountRangeChoice |
getAmt() |
Gets the value of the amt property.
|
java.lang.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(java.lang.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 java.lang.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 java.lang.String getCcy()
Stringpublic void setCcy(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.