Class CurrencyExchange5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.CurrencyExchange5
-
public class CurrencyExchange5 extends 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.08}ActiveOrHistoricCurrencyCode"/> <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BaseOneRate"/> <element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="QtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CurrencyExchange5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCtrctId()Gets the value of the ctrctId property.XMLGregorianCalendargetQtnDt()Gets the value of the qtnDt property.StringgetSrcCcy()Gets the value of the srcCcy property.StringgetTrgtCcy()Gets the value of the trgtCcy property.StringgetUnitCcy()Gets the value of the unitCcy property.BigDecimalgetXchgRate()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.voidsetSrcCcy(String value)Sets 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 Detail
-
srcCcy
protected String srcCcy
-
trgtCcy
protected String trgtCcy
-
unitCcy
protected String unitCcy
-
xchgRate
protected BigDecimal xchgRate
-
ctrctId
protected String ctrctId
-
qtnDt
protected XMLGregorianCalendar qtnDt
-
-
Method Detail
-
getSrcCcy
public String getSrcCcy()
Gets the value of the srcCcy property.- Returns:
- possible object is
String
-
setSrcCcy
public void setSrcCcy(String value)
Sets the value of the srcCcy property.- Parameters:
value- allowed object isString
-
getTrgtCcy
public String getTrgtCcy()
Gets the value of the trgtCcy property.- Returns:
- possible object is
String
-
setTrgtCcy
public void setTrgtCcy(String value)
Sets the value of the trgtCcy property.- Parameters:
value- allowed object isString
-
getUnitCcy
public String getUnitCcy()
Gets the value of the unitCcy property.- Returns:
- possible object is
String
-
setUnitCcy
public void setUnitCcy(String value)
Sets the value of the unitCcy property.- Parameters:
value- allowed object isString
-
getXchgRate
public BigDecimal getXchgRate()
Gets the value of the xchgRate property.- Returns:
- possible object is
BigDecimal
-
setXchgRate
public void setXchgRate(BigDecimal value)
Sets the value of the xchgRate property.- Parameters:
value- allowed object isBigDecimal
-
getCtrctId
public String getCtrctId()
Gets the value of the ctrctId property.- Returns:
- possible object is
String
-
setCtrctId
public void setCtrctId(String value)
Sets the value of the ctrctId property.- Parameters:
value- allowed object isString
-
getQtnDt
public XMLGregorianCalendar getQtnDt()
Gets the value of the qtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setQtnDt
public void setQtnDt(XMLGregorianCalendar value)
Sets the value of the qtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-