Class ExchangeRate1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.ExchangeRate1
Java class for ExchangeRate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeRate1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
<element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}BaseOneRate" minOccurs="0"/>
<element name="RateTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ExchangeRateType1Code" minOccurs="0"/>
<element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ExchangeRateType1Codeprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ctrctId property.Gets the value of the rateTp property.Gets the value of the unitCcy property.Gets the value of the xchgRate property.voidsetCtrctId(String value) Sets the value of the ctrctId property.voidsetRateTp(ExchangeRateType1Code value) Sets the value of the rateTp property.voidsetUnitCcy(String value) Sets the value of the unitCcy property.voidsetXchgRate(BigDecimal value) Sets the value of the xchgRate property.
-
Field Details
-
unitCcy
-
xchgRate
-
rateTp
-
ctrctId
-
-
Constructor Details
-
ExchangeRate1
public ExchangeRate1()
-
-
Method Details
-
getUnitCcy
Gets the value of the unitCcy property.- Returns:
- possible object is
String
-
setUnitCcy
Sets the value of the unitCcy property.- Parameters:
value- allowed object isString
-
getXchgRate
Gets the value of the xchgRate property.- Returns:
- possible object is
BigDecimal
-
setXchgRate
Sets the value of the xchgRate property.- Parameters:
value- allowed object isBigDecimal
-
getRateTp
Gets the value of the rateTp property.- Returns:
- possible object is
ExchangeRateType1Code
-
setRateTp
Sets the value of the rateTp property.- Parameters:
value- allowed object isExchangeRateType1Code
-
getCtrctId
Gets the value of the ctrctId property.- Returns:
- possible object is
String
-
setCtrctId
Sets the value of the ctrctId property.- Parameters:
value- allowed object isString
-