public class ActiveOrHistoricCurrencyAndAmountRange2
extends java.lang.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 | Description |
---|---|---|
protected ImpliedCurrencyAmountRange1Choice |
amt |
|
protected java.lang.String |
ccy |
|
protected CreditDebitCode |
cdtDbtInd |
Constructor | Description |
---|---|
ActiveOrHistoricCurrencyAndAmountRange2() |
Modifier and Type | Method | Description |
---|---|---|
ImpliedCurrencyAmountRange1Choice |
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(ImpliedCurrencyAmountRange1Choice 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 ImpliedCurrencyAmountRange1Choice amt
protected CreditDebitCode cdtDbtInd
protected java.lang.String ccy
public ActiveOrHistoricCurrencyAndAmountRange2()
public ImpliedCurrencyAmountRange1Choice getAmt()
ImpliedCurrencyAmountRange1Choice
public void setAmt(ImpliedCurrencyAmountRange1Choice value)
value
- allowed object is
ImpliedCurrencyAmountRange1Choice
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.