Class AgreedRate1
java.lang.Object
org.coderic.iso20022.messages.tsin.AgreedRate1
Java class for AgreedRate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgreedRate1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BaseOneRate"/> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CurrencyCode" minOccurs="0"/> <element name="QtdCcy" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CurrencyCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qtdCcy property.Gets the value of the unitCcy property.Gets the value of the xchgRate property.void
Sets the value of the qtdCcy property.void
setUnitCcy
(String value) Sets the value of the unitCcy property.void
setXchgRate
(BigDecimal value) Sets the value of the xchgRate property.
-
Constructor Details
-
AgreedRate1
public AgreedRate1()
-
-
Method Details
-
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
-
getQtdCcy
Gets the value of the qtdCcy property.- Returns:
- possible object is
String
-
setQtdCcy
Sets the value of the qtdCcy property.- Parameters:
value
- allowed object isString
-