Class ReportEntry10


  • public class ReportEntry10
    extends java.lang.Object

    Java class for ReportEntry10 complex type.

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

     <complexType name="ReportEntry10">
       <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.08}Max35Text" minOccurs="0"/>
             <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ActiveOrHistoricCurrencyAndAmount"/>
             <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CreditDebitCode"/>
             <element name="RvslInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TrueFalseIndicator" minOccurs="0"/>
             <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}EntryStatus1Choice"/>
             <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateAndDateTime2Choice" minOccurs="0"/>
             <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateAndDateTime2Choice" minOccurs="0"/>
             <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/>
             <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
             <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BankTransactionCodeStructure4"/>
             <element name="ComssnWvrInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}YesNoIndicator" minOccurs="0"/>
             <element name="AddtlInfInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}MessageIdentification2" minOccurs="0"/>
             <element name="AmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}AmountAndCurrencyExchange3" minOccurs="0"/>
             <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Charges6" minOccurs="0"/>
             <element name="TechInptChanl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TechnicalInputChannel1Choice" minOccurs="0"/>
             <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TransactionInterest4" minOccurs="0"/>
             <element name="CardTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CardEntry4" minOccurs="0"/>
             <element name="NtryDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}EntryDetails9" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AddtlNtryInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max500Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReportEntry10

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

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

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

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

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

      • 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