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.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
-
xchgRate
-
unitCcy
-
-
Constructor Details
-
CurrencyExchange13
public CurrencyExchange13()
-
-
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
-
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
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
-