Class FeeAmount3

java.lang.Object
org.coderic.iso20022.messages.cafr.FeeAmount3

public class FeeAmount3 extends Object

Java class for FeeAmount3 complex type.

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

 <complexType name="FeeAmount3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ImpliedCurrencyAndAmount"/>
         <element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}CreditDebit3Code" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO3NumericCurrencyCode" minOccurs="0"/>
         <element name="FctvXchgRate" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}BaseOne25Rate" minOccurs="0"/>
         <element name="ConvsDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODate" minOccurs="0"/>
         <element name="ConvsTm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FeeAmount3

      public FeeAmount3()
  • Method Details

    • getAmt

      public BigDecimal getAmt()
      Gets the value of the amt property.
      Returns:
      possible object is BigDecimal
    • setAmt

      public void setAmt(BigDecimal value)
      Sets the value of the amt property.
      Parameters:
      value - allowed object is BigDecimal
    • getCdtDbt

      public CreditDebit3Code getCdtDbt()
      Gets the value of the cdtDbt property.
      Returns:
      possible object is CreditDebit3Code
    • setCdtDbt

      public void setCdtDbt(CreditDebit3Code value)
      Sets the value of the cdtDbt property.
      Parameters:
      value - allowed object is CreditDebit3Code
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getFctvXchgRate

      public BigDecimal getFctvXchgRate()
      Gets the value of the fctvXchgRate property.
      Returns:
      possible object is BigDecimal
    • setFctvXchgRate

      public void setFctvXchgRate(BigDecimal value)
      Sets the value of the fctvXchgRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getConvsDt

      public XMLGregorianCalendar getConvsDt()
      Gets the value of the convsDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setConvsDt

      public void setConvsDt(XMLGregorianCalendar value)
      Sets the value of the convsDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getConvsTm

      public XMLGregorianCalendar getConvsTm()
      Gets the value of the convsTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setConvsTm

      public void setConvsTm(XMLGregorianCalendar value)
      Sets the value of the convsTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar