Class CurrencyExchange13


  • public class CurrencyExchange13
    extends java.lang.Object

    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.10}ActiveCurrencyCode"/>
             <element name="TrgtCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ActiveCurrencyCode"/>
             <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}BaseOneRate"/>
             <element name="UnitCcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ActiveCurrencyCode" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String srcCcy  
      protected java.lang.String trgtCcy  
      protected java.lang.String unitCcy  
      protected java.math.BigDecimal xchgRate  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSrcCcy()
      Gets the value of the srcCcy property.
      java.lang.String getTrgtCcy()
      Gets the value of the trgtCcy property.
      java.lang.String getUnitCcy()
      Gets the value of the unitCcy property.
      java.math.BigDecimal getXchgRate()
      Gets the value of the xchgRate property.
      void setSrcCcy​(java.lang.String value)
      Sets the value of the srcCcy property.
      void setTrgtCcy​(java.lang.String value)
      Sets the value of the trgtCcy property.
      void setUnitCcy​(java.lang.String value)
      Sets the value of the unitCcy property.
      void setXchgRate​(java.math.BigDecimal value)
      Sets the value of the xchgRate property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • srcCcy

        protected java.lang.String srcCcy
      • trgtCcy

        protected java.lang.String trgtCcy
      • xchgRate

        protected java.math.BigDecimal xchgRate
      • unitCcy

        protected java.lang.String unitCcy
    • Constructor Detail

      • CurrencyExchange13

        public CurrencyExchange13()
    • Method Detail

      • getSrcCcy

        public java.lang.String getSrcCcy()
        Gets the value of the srcCcy property.
        Returns:
        possible object is String
      • setSrcCcy

        public void setSrcCcy​(java.lang.String value)
        Sets the value of the srcCcy property.
        Parameters:
        value - allowed object is String
      • getTrgtCcy

        public java.lang.String getTrgtCcy()
        Gets the value of the trgtCcy property.
        Returns:
        possible object is String
      • setTrgtCcy

        public void setTrgtCcy​(java.lang.String value)
        Sets the value of the trgtCcy property.
        Parameters:
        value - allowed object is String
      • getXchgRate

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

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

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

        public void setUnitCcy​(java.lang.String value)
        Sets the value of the unitCcy property.
        Parameters:
        value - allowed object is String