Class CurrencyExchange5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.CurrencyExchange5
-
public class CurrencyExchange5 extends java.lang.ObjectJava 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.02}ActiveOrHistoricCurrencyCode"/> <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyCode" minOccurs="0"/> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BaseOneRate"/> <element name="CtrctId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="QtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}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 java.lang.StringgetCtrctId()Gets the value of the ctrctId property.javax.xml.datatype.XMLGregorianCalendargetQtnDt()Gets the value of the qtnDt property.java.lang.StringgetSrcCcy()Gets the value of the srcCcy property.java.lang.StringgetTrgtCcy()Gets the value of the trgtCcy property.java.lang.StringgetUnitCcy()Gets the value of the unitCcy property.java.math.BigDecimalgetXchgRate()Gets the value of the xchgRate property.voidsetCtrctId(java.lang.String value)Sets the value of the ctrctId property.voidsetQtnDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the qtnDt property.voidsetSrcCcy(java.lang.String value)Sets the value of the srcCcy property.voidsetTrgtCcy(java.lang.String value)Sets the value of the trgtCcy property.voidsetUnitCcy(java.lang.String value)Sets the value of the unitCcy property.voidsetXchgRate(java.math.BigDecimal value)Sets the value of the xchgRate property.
-
-
-
Method Detail
-
getSrcCcy
public java.lang.String getSrcCcy()
Gets the value of the srcCcy property.- Returns:
- possible object is
String
-
setSrcCcy
public void setSrcCcy(java.lang.String value)
Sets the value of the srcCcy property.- Parameters:
value- allowed object isString
-
getTrgtCcy
public java.lang.String getTrgtCcy()
Gets the value of the trgtCcy property.- Returns:
- possible object is
String
-
setTrgtCcy
public void setTrgtCcy(java.lang.String value)
Sets the value of the trgtCcy property.- Parameters:
value- allowed object isString
-
getUnitCcy
public java.lang.String getUnitCcy()
Gets the value of the unitCcy property.- Returns:
- possible object is
String
-
setUnitCcy
public void setUnitCcy(java.lang.String value)
Sets the value of the unitCcy property.- Parameters:
value- allowed object isString
-
getXchgRate
public java.math.BigDecimal getXchgRate()
Gets the value of the xchgRate property.- Returns:
- possible object is
BigDecimal
-
setXchgRate
public void setXchgRate(java.math.BigDecimal value)
Sets the value of the xchgRate property.- Parameters:
value- allowed object isBigDecimal
-
getCtrctId
public java.lang.String getCtrctId()
Gets the value of the ctrctId property.- Returns:
- possible object is
String
-
setCtrctId
public void setCtrctId(java.lang.String value)
Sets the value of the ctrctId property.- Parameters:
value- allowed object isString
-
getQtnDt
public javax.xml.datatype.XMLGregorianCalendar getQtnDt()
Gets the value of the qtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setQtnDt
public void setQtnDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the qtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-