Class AccountInterest3


  • public class AccountInterest3
    extends java.lang.Object

    Java class for AccountInterest3 complex type.

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

     <complexType name="AccountInterest3">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}InterestType1Choice" minOccurs="0"/>
             <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Rate3" maxOccurs="unbounded" minOccurs="0"/>
             <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DateTimePeriodDetails" minOccurs="0"/>
             <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
             <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxCharges2" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AccountInterest3

        public AccountInterest3()
    • Method Detail

      • getRate

        public java.util.List<Rate3> getRate()
        Gets the value of the rate 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 JAXB object. This is why there is not a set method for the rate property.

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

            getRate().add(newItem);
         

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

      • getRsn

        public java.lang.String getRsn()
        Gets the value of the rsn property.
        Returns:
        possible object is String
      • setRsn

        public void setRsn​(java.lang.String value)
        Sets the value of the rsn property.
        Parameters:
        value - allowed object is String
      • getTax

        public TaxCharges2 getTax()
        Gets the value of the tax property.
        Returns:
        possible object is TaxCharges2
      • setTax

        public void setTax​(TaxCharges2 value)
        Sets the value of the tax property.
        Parameters:
        value - allowed object is TaxCharges2