Class AdditionalAmounts3

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

public class AdditionalAmounts3 extends Object

Java class for AdditionalAmounts3 complex type.

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

 <complexType name="AdditionalAmounts3">
   <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="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Amount17"/>
         <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max70Text" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AdditionalAmounts3

      public AdditionalAmounts3()
  • 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
    • getAmt

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

      public void setAmt(Amount17 value)
      Sets the value of the amt property.
      Parameters:
      value - allowed object is Amount17
    • 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
    • getAddtlData

      public List<AdditionalData1> getAddtlData()
      Gets the value of the addtlData property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the addtlData property.

      For example, to add a new item, do as follows:

          getAddtlData().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalData1