Class AdditionalFee2

java.lang.Object
org.coderic.iso20022.messages.cain.AdditionalFee2

public class AdditionalFee2 extends Object

Java class for AdditionalFee2 complex type.

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

 <complexType name="AdditionalFee2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TypeOfAmount21Code"/>
         <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="FeePrgm" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="FeeDscrptr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="FeeAmt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}FeeAmount3"/>
         <element name="FeeRcncltnAmt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}FeeAmount3" minOccurs="0"/>
         <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max140Text" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AdditionalFee2

      public AdditionalFee2()
  • Method Details

    • getTp

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

      public void setTp(TypeOfAmount21Code value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is TypeOfAmount21Code
    • 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
    • getFeePrgm

      public String getFeePrgm()
      Gets the value of the feePrgm property.
      Returns:
      possible object is String
    • setFeePrgm

      public void setFeePrgm(String value)
      Sets the value of the feePrgm property.
      Parameters:
      value - allowed object is String
    • getFeeDscrptr

      public String getFeeDscrptr()
      Gets the value of the feeDscrptr property.
      Returns:
      possible object is String
    • setFeeDscrptr

      public void setFeeDscrptr(String value)
      Sets the value of the feeDscrptr property.
      Parameters:
      value - allowed object is String
    • getFeeAmt

      public FeeAmount3 getFeeAmt()
      Gets the value of the feeAmt property.
      Returns:
      possible object is FeeAmount3
    • setFeeAmt

      public void setFeeAmt(FeeAmount3 value)
      Sets the value of the feeAmt property.
      Parameters:
      value - allowed object is FeeAmount3
    • getFeeRcncltnAmt

      public FeeAmount3 getFeeRcncltnAmt()
      Gets the value of the feeRcncltnAmt property.
      Returns:
      possible object is FeeAmount3
    • setFeeRcncltnAmt

      public void setFeeRcncltnAmt(FeeAmount3 value)
      Sets the value of the feeRcncltnAmt property.
      Parameters:
      value - allowed object is FeeAmount3
    • 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