Class DetailedAmount17

java.lang.Object
org.coderic.iso20022.messages.catp.DetailedAmount17

public class DetailedAmount17 extends Object

Java class for DetailedAmount17 complex type.

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

 <complexType name="DetailedAmount17">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AmtToTrf" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="Fees" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount18" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Dontn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount18" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DetailedAmount17

      public DetailedAmount17()
  • Method Details

    • getAmtToTrf

      public BigDecimal getAmtToTrf()
      Gets the value of the amtToTrf property.
      Returns:
      possible object is BigDecimal
    • setAmtToTrf

      public void setAmtToTrf(BigDecimal value)
      Sets the value of the amtToTrf property.
      Parameters:
      value - allowed object is BigDecimal
    • 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
    • getFees

      public List<DetailedAmount18> getFees()
      Gets the value of the fees 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 fees property.

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

          getFees().add(newItem);
       

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

    • getDontn

      public List<DetailedAmount18> getDontn()
      Gets the value of the dontn 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 dontn property.

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

          getDontn().add(newItem);
       

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