Class ForeignExchangeTerms17
java.lang.Object
org.coderic.iso20022.messages.secl.ForeignExchangeTerms17
Java class for ForeignExchangeTerms17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForeignExchangeTerms17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveCurrencyCode"/> <element name="QtdCcy" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveCurrencyCode"/> <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}BaseOneRate"/> <element name="RsltgAmt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qtdCcy property.Gets the value of the rsltgAmt property.Gets the value of the unitCcy property.Gets the value of the xchgRate property.void
Sets the value of the qtdCcy property.void
Sets the value of the rsltgAmt 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
-
ForeignExchangeTerms17
public ForeignExchangeTerms17()
-
-
Method Details
-
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
-
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
-
getRsltgAmt
Gets the value of the rsltgAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setRsltgAmt
Sets the value of the rsltgAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-