Class CurrencyExchange5
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.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.07}ActiveOrHistoricCurrencyCode"/> <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BaseOneRate"/> <element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="QtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}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.void
setCtrctId
(String value) Sets the value of the ctrctId property.void
setQtnDt
(XMLGregorianCalendar value) Sets the value of the qtnDt property.void
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.
-
Field Details
-
srcCcy
-
trgtCcy
-
unitCcy
-
xchgRate
-
ctrctId
-
qtnDt
-
-
Constructor Details
-
CurrencyExchange5
public CurrencyExchange5()
-
-
Method Details
-
getSrcCcy
Gets the value of the srcCcy property.- Returns:
- possible object is
String
-
setSrcCcy
Sets the value of the srcCcy property.- Parameters:
value
- allowed object isString
-
getTrgtCcy
Gets the value of the trgtCcy property.- Returns:
- possible object is
String
-
setTrgtCcy
Sets the value of the trgtCcy property.- Parameters:
value
- allowed object isString
-
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
-
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
-
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
-