Class CurrencyExchange5
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_04.CurrencyExchange5
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ctrctId property.getQtnDt()Gets the value of the qtnDt property.Gets the value of the srcCcy property.Gets the value of the trgtCcy 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.voidsetQtnDt(XMLGregorianCalendar value) Sets the value of the qtnDt property.voidSets the value of the srcCcy property.voidsetTrgtCcy(String value) Sets the value of the trgtCcy property.voidsetUnitCcy(String value) Sets the value of the unitCcy property.voidsetXchgRate(BigDecimal value) Sets the value of the xchgRate property.
-
Field Details
-
srcCcy
-
trgtCcy
-
unitCcy
-
xchgRate
-
ctrctId
-
qtnDt
-
-
Constructor Details
-
CurrencyExchange5
public CurrencyExchange5()
-
-
Method Details
-
getSrcCcy
-
setSrcCcy
-
getTrgtCcy
-
setTrgtCcy
-
getUnitCcy
-
setUnitCcy
-
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
-
getCtrctId
-
setCtrctId
-
getQtnDt
Gets the value of the qtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setQtnDt
Sets the value of the qtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-