public class ActiveOrHistoricCurrencyAndAmountRange2 extends Object
Java class for ActiveOrHistoricCurrencyAndAmountRange2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveOrHistoricCurrencyAndAmountRange2">
<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.07}ImpliedCurrencyAmountRange1Choice"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode" minOccurs="0"/>
<element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImpliedCurrencyAmountRange1Choice |
amt |
protected String |
ccy |
protected CreditDebitCode |
cdtDbtInd |
| Constructor and Description |
|---|
ActiveOrHistoricCurrencyAndAmountRange2() |
| Modifier and Type | Method and Description |
|---|---|
ImpliedCurrencyAmountRange1Choice |
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(ImpliedCurrencyAmountRange1Choice 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 ImpliedCurrencyAmountRange1Choice amt
protected CreditDebitCode cdtDbtInd
protected String ccy
public ActiveOrHistoricCurrencyAndAmountRange2()
public ImpliedCurrencyAmountRange1Choice getAmt()
ImpliedCurrencyAmountRange1Choicepublic void setAmt(ImpliedCurrencyAmountRange1Choice value)
value - allowed object is
ImpliedCurrencyAmountRange1Choicepublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic String getCcy()
StringCopyright © 2020. All rights reserved.