Class ForeignExchangeTerms23

java.lang.Object
org.coderic.iso20022.messages.colr.ForeignExchangeTerms23

public class ForeignExchangeTerms23 extends Object

Java class for ForeignExchangeTerms23 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ForeignExchangeTerms23">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ActiveCurrencyCode"/>
         <element name="QtdCcy" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ActiveCurrencyCode"/>
         <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}BaseOneRate"/>
         <element name="RsltgAmt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ActiveCurrencyAndAmount"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ForeignExchangeTerms23

      public ForeignExchangeTerms23()
  • Method Details

    • getUnitCcy

      public String getUnitCcy()
      Gets the value of the unitCcy property.
      Returns:
      possible object is String
    • setUnitCcy

      public void setUnitCcy(String value)
      Sets the value of the unitCcy property.
      Parameters:
      value - allowed object is String
    • getQtdCcy

      public String getQtdCcy()
      Gets the value of the qtdCcy property.
      Returns:
      possible object is String
    • setQtdCcy

      public void setQtdCcy(String value)
      Sets the value of the qtdCcy property.
      Parameters:
      value - allowed object is String
    • getXchgRate

      public BigDecimal getXchgRate()
      Gets the value of the xchgRate property.
      Returns:
      possible object is BigDecimal
    • setXchgRate

      public void setXchgRate(BigDecimal value)
      Sets the value of the xchgRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getRsltgAmt

      public ActiveCurrencyAndAmount getRsltgAmt()
      Gets the value of the rsltgAmt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setRsltgAmt

      public void setRsltgAmt(ActiveCurrencyAndAmount value)
      Sets the value of the rsltgAmt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount