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.02}ImpliedCurrencyAmountRangeChoice"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}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()
ImpliedCurrencyAmountRangeChoice
public void setAmt(ImpliedCurrencyAmountRangeChoice value)
value
- allowed object is
ImpliedCurrencyAmountRangeChoice
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
public java.lang.String getCcy()
String
public void setCcy(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.