public class ExchangeRateInformation1 extends Object
Java class for ExchangeRateInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeRateInformation1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}BaseOneRate" minOccurs="0"/>
<element name="RateTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ExchangeRateType1Code" minOccurs="0"/>
<element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ctrctId |
protected ExchangeRateType1Code |
rateTp |
protected BigDecimal |
xchgRate |
| Constructor and Description |
|---|
ExchangeRateInformation1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtrctId()
Gets the value of the ctrctId property.
|
ExchangeRateType1Code |
getRateTp()
Gets the value of the rateTp property.
|
BigDecimal |
getXchgRate()
Gets the value of the xchgRate property.
|
void |
setCtrctId(String value)
Sets the value of the ctrctId property.
|
void |
setRateTp(ExchangeRateType1Code value)
Sets the value of the rateTp property.
|
void |
setXchgRate(BigDecimal value)
Sets the value of the xchgRate property.
|
protected BigDecimal xchgRate
protected ExchangeRateType1Code rateTp
protected String ctrctId
public BigDecimal getXchgRate()
BigDecimalpublic void setXchgRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ExchangeRateType1Code getRateTp()
ExchangeRateType1Codepublic void setRateTp(ExchangeRateType1Code value)
value - allowed object is
ExchangeRateType1Codepublic String getCtrctId()
StringCopyright © 2019. All rights reserved.