Class AgreedRate1

java.lang.Object
org.coderic.iso20022.messages.tsin.AgreedRate1

public class AgreedRate1 extends Object

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 Details

    • AgreedRate1

      public AgreedRate1()
  • Method Details

    • 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
    • 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