Class CurrencyExchange13
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.CurrencyExchange13
Java class for CurrencyExchange13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyExchange13">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SrcCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode"/>
<element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode"/>
<element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}BaseOneRate"/>
<element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets 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.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
-
xchgRate
-
unitCcy
-
-
Constructor Details
-
CurrencyExchange13
public CurrencyExchange13()
-
-
Method Details
-
getSrcCcy
-
setSrcCcy
-
getTrgtCcy
-
setTrgtCcy
-
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
-
getUnitCcy
-
setUnitCcy
-