public class CurrencyExchange5
extends java.lang.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.052.001.04}ActiveOrHistoricCurrencyCode"/> <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}BaseOneRate"/> <element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="QtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
ctrctId |
|
protected javax.xml.datatype.XMLGregorianCalendar |
qtnDt |
|
protected java.lang.String |
srcCcy |
|
protected java.lang.String |
trgtCcy |
|
protected java.lang.String |
unitCcy |
|
protected java.math.BigDecimal |
xchgRate |
Constructor | Description |
---|---|
CurrencyExchange5() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCtrctId() |
Gets the value of the ctrctId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getQtnDt() |
Gets the value of the qtnDt property.
|
java.lang.String |
getSrcCcy() |
Gets the value of the srcCcy property.
|
java.lang.String |
getTrgtCcy() |
Gets the value of the trgtCcy property.
|
java.lang.String |
getUnitCcy() |
Gets the value of the unitCcy property.
|
java.math.BigDecimal |
getXchgRate() |
Gets the value of the xchgRate property.
|
void |
setCtrctId(java.lang.String value) |
Sets the value of the ctrctId property.
|
void |
setQtnDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the qtnDt property.
|
void |
setSrcCcy(java.lang.String value) |
Sets the value of the srcCcy property.
|
void |
setTrgtCcy(java.lang.String value) |
Sets the value of the trgtCcy property.
|
void |
setUnitCcy(java.lang.String value) |
Sets the value of the unitCcy property.
|
void |
setXchgRate(java.math.BigDecimal value) |
Sets the value of the xchgRate property.
|
protected java.lang.String srcCcy
protected java.lang.String trgtCcy
protected java.lang.String unitCcy
protected java.math.BigDecimal xchgRate
protected java.lang.String ctrctId
protected javax.xml.datatype.XMLGregorianCalendar qtnDt
public java.lang.String getSrcCcy()
String
public void setSrcCcy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTrgtCcy()
String
public void setTrgtCcy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnitCcy()
String
public void setUnitCcy(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getXchgRate()
BigDecimal
public void setXchgRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getCtrctId()
String
public void setCtrctId(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getQtnDt()
XMLGregorianCalendar
public void setQtnDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2018. All rights reserved.