Class ReportEntry8


  • public class ReportEntry8
    extends java.lang.Object

    Java class for ReportEntry8 complex type.

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

     <complexType name="ReportEntry8">
       <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.06}Max35Text" minOccurs="0"/>
             <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount"/>
             <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode"/>
             <element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
             <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}EntryStatus2Code"/>
             <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice" minOccurs="0"/>
             <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateAndDateTimeChoice" minOccurs="0"/>
             <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
             <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BankTransactionCodeStructure4"/>
             <element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}YesNoIndicator" minOccurs="0"/>
             <element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}MessageIdentification2" minOccurs="0"/>
             <element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchange3" minOccurs="0"/>
             <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Charges4" minOccurs="0"/>
             <element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TechnicalInputChannel1Choice" minOccurs="0"/>
             <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TransactionInterest3" minOccurs="0"/>
             <element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardEntry2" minOccurs="0"/>
             <element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}EntryDetails7" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max500Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReportEntry8

        public ReportEntry8()
    • 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<CashAvailability1> 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 CashAvailability1

      • 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 Charges4 getChrgs()
        Gets the value of the chrgs property.
        Returns:
        possible object is Charges4
      • setChrgs

        public void setChrgs​(Charges4 value)
        Sets the value of the chrgs property.
        Parameters:
        value - allowed object is Charges4
      • getCardTx

        public CardEntry2 getCardTx()
        Gets the value of the cardTx property.
        Returns:
        possible object is CardEntry2
      • setCardTx

        public void setCardTx​(CardEntry2 value)
        Sets the value of the cardTx property.
        Parameters:
        value - allowed object is CardEntry2
      • getNtryDtls

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

      • 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