Class Charges6

java.lang.Object
org.coderic.iso20022.messages.camt.Charges6

public class Charges6 extends Object

Java class for Charges6 complex type.

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

 <complexType name="Charges6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TtlChrgsAndTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ChargesRecord3" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Charges6

      public Charges6()
  • Method Details

    • getTtlChrgsAndTaxAmt

      public ActiveOrHistoricCurrencyAndAmount getTtlChrgsAndTaxAmt()
      Gets the value of the ttlChrgsAndTaxAmt property.
      Returns:
      possible object is ActiveOrHistoricCurrencyAndAmount
    • setTtlChrgsAndTaxAmt

      public void setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
      Sets the value of the ttlChrgsAndTaxAmt property.
      Parameters:
      value - allowed object is ActiveOrHistoricCurrencyAndAmount
    • getRcrd

      public List<ChargesRecord3> getRcrd()
      Gets the value of the rcrd 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 rcrd property.

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

          getRcrd().add(newItem);
       

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