Class ReportEntry2


  • public class ReportEntry2
    extends java.lang.Object

    Java class for ReportEntry2 complex type.

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

     <complexType name="ReportEntry2">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="NtryRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount"/>
             <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode"/>
             <element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TrueFalseIndicator" minOccurs="0"/>
             <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}EntryStatus2Code"/>
             <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DateAndDateTimeChoice" minOccurs="0"/>
             <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DateAndDateTimeChoice" minOccurs="0"/>
             <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/>
             <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashBalanceAvailability2" maxOccurs="unbounded" minOccurs="0"/>
             <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BankTransactionCodeStructure4"/>
             <element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}YesNoIndicator" minOccurs="0"/>
             <element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}MessageIdentification2" minOccurs="0"/>
             <element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}AmountAndCurrencyExchange3" minOccurs="0"/>
             <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ChargesInformation6" maxOccurs="unbounded" minOccurs="0"/>
             <element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TechnicalInputChannel1Choice" minOccurs="0"/>
             <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TransactionInterest2" maxOccurs="unbounded" minOccurs="0"/>
             <element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}EntryDetails1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max500Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReportEntry2

        public ReportEntry2()
    • Method Detail

      • getNtryRef

        public java.lang.String getNtryRef()
        Gets the value of the ntryRef property.
        Returns:
        possible object is String
      • setNtryRef

        public void setNtryRef​(java.lang.String value)
        Sets the value of the ntryRef property.
        Parameters:
        value - allowed object is String
      • setCdtDbtInd

        public void setCdtDbtInd​(CreditDebitCode value)
        Sets the value of the cdtDbtInd property.
        Parameters:
        value - allowed object is CreditDebitCode
      • isRvslInd

        public java.lang.Boolean isRvslInd()
        Gets the value of the rvslInd property.
        Returns:
        possible object is Boolean
      • setRvslInd

        public void setRvslInd​(java.lang.Boolean value)
        Sets the value of the rvslInd property.
        Parameters:
        value - allowed object is Boolean
      • getAcctSvcrRef

        public java.lang.String getAcctSvcrRef()
        Gets the value of the acctSvcrRef property.
        Returns:
        possible object is String
      • setAcctSvcrRef

        public void setAcctSvcrRef​(java.lang.String value)
        Sets the value of the acctSvcrRef property.
        Parameters:
        value - allowed object is String
      • getAvlbty

        public java.util.List<CashBalanceAvailability2> getAvlbty()
        Gets the value of the avlbty 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 avlbty property.

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

            getAvlbty().add(newItem);
         

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

      • isComssnWvrInd

        public java.lang.Boolean isComssnWvrInd()
        Gets the value of the comssnWvrInd property.
        Returns:
        possible object is Boolean
      • setComssnWvrInd

        public void setComssnWvrInd​(java.lang.Boolean value)
        Sets the value of the comssnWvrInd property.
        Parameters:
        value - allowed object is Boolean
      • getChrgs

        public java.util.List<ChargesInformation6> getChrgs()
        Gets the value of the chrgs 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 chrgs property.

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

            getChrgs().add(newItem);
         

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

      • getIntrst

        public java.util.List<TransactionInterest2> 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 TransactionInterest2

      • getNtryDtls

        public java.util.List<EntryDetails1> getNtryDtls()
        Gets the value of the ntryDtls 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 ntryDtls property.

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

            getNtryDtls().add(newItem);
         

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

      • getAddtlNtryInf

        public java.lang.String getAddtlNtryInf()
        Gets the value of the addtlNtryInf property.
        Returns:
        possible object is String
      • setAddtlNtryInf

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