Class DetailedAmount22

java.lang.Object
org.coderic.iso20022.messages.cafc.DetailedAmount22

public class DetailedAmount22 extends Object

Java class for DetailedAmount22 complex type.

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

 <complexType name="DetailedAmount22">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISO8583AmountTypeCode"/>
         <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="CdtDbt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}CreditDebit3Code" minOccurs="0"/>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount"/>
         <element name="CrdhldrBllgAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="RcncltnAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ImpliedCurrencyAndAmount" minOccurs="0"/>
         <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max70Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DetailedAmount22

      public DetailedAmount22()
  • Method Details

    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getOthrTp

      public String getOthrTp()
      Gets the value of the othrTp property.
      Returns:
      possible object is String
    • setOthrTp

      public void setOthrTp(String value)
      Sets the value of the othrTp property.
      Parameters:
      value - allowed object is String
    • 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
    • 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
    • getCrdhldrBllgAmt

      public BigDecimal getCrdhldrBllgAmt()
      Gets the value of the crdhldrBllgAmt property.
      Returns:
      possible object is BigDecimal
    • setCrdhldrBllgAmt

      public void setCrdhldrBllgAmt(BigDecimal value)
      Sets the value of the crdhldrBllgAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getRcncltnAmt

      public BigDecimal getRcncltnAmt()
      Gets the value of the rcncltnAmt property.
      Returns:
      possible object is BigDecimal
    • setRcncltnAmt

      public void setRcncltnAmt(BigDecimal value)
      Sets the value of the rcncltnAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String