Class AccountReport25


  • public class AccountReport25
    extends java.lang.Object

    Java class for AccountReport25 complex type.

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

     <complexType name="AccountReport25">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text"/>
             <element name="RptPgntn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Pagination1" minOccurs="0"/>
             <element name="ElctrncSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Number" minOccurs="0"/>
             <element name="RptgSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}SequenceRange1Choice" minOccurs="0"/>
             <element name="LglSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Number" minOccurs="0"/>
             <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ISODateTime" minOccurs="0"/>
             <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateTimePeriod1" minOccurs="0"/>
             <element name="CpyDplctInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CopyDuplicate1Code" minOccurs="0"/>
             <element name="RptgSrc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ReportingSource1Choice" minOccurs="0"/>
             <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashAccount39"/>
             <element name="RltdAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashAccount38" minOccurs="0"/>
             <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}AccountInterest4" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashBalance8" maxOccurs="unbounded" minOccurs="0"/>
             <element name="TxsSummry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TotalTransactions6" minOccurs="0"/>
             <element name="Ntry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ReportEntry10" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AddtlRptInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max500Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AccountReport25

        public AccountReport25()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getRptPgntn

        public Pagination1 getRptPgntn()
        Gets the value of the rptPgntn property.
        Returns:
        possible object is Pagination1
      • setRptPgntn

        public void setRptPgntn​(Pagination1 value)
        Sets the value of the rptPgntn property.
        Parameters:
        value - allowed object is Pagination1
      • getElctrncSeqNb

        public java.math.BigDecimal getElctrncSeqNb()
        Gets the value of the elctrncSeqNb property.
        Returns:
        possible object is BigDecimal
      • setElctrncSeqNb

        public void setElctrncSeqNb​(java.math.BigDecimal value)
        Sets the value of the elctrncSeqNb property.
        Parameters:
        value - allowed object is BigDecimal
      • getLglSeqNb

        public java.math.BigDecimal getLglSeqNb()
        Gets the value of the lglSeqNb property.
        Returns:
        possible object is BigDecimal
      • setLglSeqNb

        public void setLglSeqNb​(java.math.BigDecimal value)
        Sets the value of the lglSeqNb property.
        Parameters:
        value - allowed object is BigDecimal
      • getCreDtTm

        public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
        Gets the value of the creDtTm property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreDtTm

        public void setCreDtTm​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the creDtTm property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • setFrToDt

        public void setFrToDt​(DateTimePeriod1 value)
        Sets the value of the frToDt property.
        Parameters:
        value - allowed object is DateTimePeriod1
      • setAcct

        public void setAcct​(CashAccount39 value)
        Sets the value of the acct property.
        Parameters:
        value - allowed object is CashAccount39
      • getRltdAcct

        public CashAccount38 getRltdAcct()
        Gets the value of the rltdAcct property.
        Returns:
        possible object is CashAccount38
      • setRltdAcct

        public void setRltdAcct​(CashAccount38 value)
        Sets the value of the rltdAcct property.
        Parameters:
        value - allowed object is CashAccount38
      • getIntrst

        public java.util.List<AccountInterest4> getIntrst()
        Gets the value of the intrst 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 intrst property.

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

            getIntrst().add(newItem);
         

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

      • getBal

        public java.util.List<CashBalance8> getBal()
        Gets the value of the bal 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 bal property.

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

            getBal().add(newItem);
         

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

      • getNtry

        public java.util.List<ReportEntry10> getNtry()
        Gets the value of the ntry 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 ntry property.

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

            getNtry().add(newItem);
         

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

      • getAddtlRptInf

        public java.lang.String getAddtlRptInf()
        Gets the value of the addtlRptInf property.
        Returns:
        possible object is String
      • setAddtlRptInf

        public void setAddtlRptInf​(java.lang.String value)
        Sets the value of the addtlRptInf property.
        Parameters:
        value - allowed object is String