public class CurrencyExchange5 extends Object
Java class for CurrencyExchange5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyExchange5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SrcCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyCode"/>
<element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
<element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
<element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BaseOneRate"/>
<element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text" minOccurs="0"/>
<element name="QtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ISODateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ctrctId |
protected XMLGregorianCalendar |
qtnDt |
protected String |
srcCcy |
protected String |
trgtCcy |
protected String |
unitCcy |
protected BigDecimal |
xchgRate |
| Constructor and Description |
|---|
CurrencyExchange5() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtrctId()
Gets the value of the ctrctId property.
|
XMLGregorianCalendar |
getQtnDt()
Gets the value of the qtnDt property.
|
String |
getSrcCcy()
Gets the value of the srcCcy property.
|
String |
getTrgtCcy()
Gets the value of the trgtCcy property.
|
String |
getUnitCcy()
Gets the value of the unitCcy property.
|
BigDecimal |
getXchgRate()
Gets the value of the xchgRate property.
|
void |
setCtrctId(String value)
Sets the value of the ctrctId property.
|
void |
setQtnDt(XMLGregorianCalendar value)
Sets the value of the qtnDt property.
|
void |
setSrcCcy(String value)
Sets the value of the srcCcy property.
|
void |
setTrgtCcy(String value)
Sets the value of the trgtCcy property.
|
void |
setUnitCcy(String value)
Sets the value of the unitCcy property.
|
void |
setXchgRate(BigDecimal value)
Sets the value of the xchgRate property.
|
protected String srcCcy
protected String trgtCcy
protected String unitCcy
protected BigDecimal xchgRate
protected String ctrctId
protected XMLGregorianCalendar qtnDt
public String getSrcCcy()
Stringpublic void setSrcCcy(String value)
value - allowed object is
Stringpublic String getTrgtCcy()
Stringpublic void setTrgtCcy(String value)
value - allowed object is
Stringpublic String getUnitCcy()
Stringpublic void setUnitCcy(String value)
value - allowed object is
Stringpublic BigDecimal getXchgRate()
BigDecimalpublic void setXchgRate(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCtrctId()
Stringpublic void setCtrctId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getQtnDt()
XMLGregorianCalendarpublic void setQtnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.