Class NumberAndSumOfTransactions3


  • public class NumberAndSumOfTransactions3
    extends java.lang.Object

    Java class for NumberAndSumOfTransactions3 complex type.

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

     <complexType name="NumberAndSumOfTransactions3">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="NbOfNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max15NumericText" minOccurs="0"/>
             <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DecimalNumber" minOccurs="0"/>
             <element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DecimalNumber" minOccurs="0"/>
             <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CreditDebitCode" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CreditDebitCode getCdtDbtInd()
      Gets the value of the cdtDbtInd property.
      java.lang.String getNbOfNtries()
      Gets the value of the nbOfNtries property.
      java.math.BigDecimal getSum()
      Gets the value of the sum property.
      java.math.BigDecimal getTtlNetNtryAmt()
      Gets the value of the ttlNetNtryAmt property.
      void setCdtDbtInd​(CreditDebitCode value)
      Sets the value of the cdtDbtInd property.
      void setNbOfNtries​(java.lang.String value)
      Sets the value of the nbOfNtries property.
      void setSum​(java.math.BigDecimal value)
      Sets the value of the sum property.
      void setTtlNetNtryAmt​(java.math.BigDecimal value)
      Sets the value of the ttlNetNtryAmt property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nbOfNtries

        protected java.lang.String nbOfNtries
      • sum

        protected java.math.BigDecimal sum
      • ttlNetNtryAmt

        protected java.math.BigDecimal ttlNetNtryAmt
    • Constructor Detail

      • NumberAndSumOfTransactions3

        public NumberAndSumOfTransactions3()
    • Method Detail

      • getNbOfNtries

        public java.lang.String getNbOfNtries()
        Gets the value of the nbOfNtries property.
        Returns:
        possible object is String
      • setNbOfNtries

        public void setNbOfNtries​(java.lang.String value)
        Sets the value of the nbOfNtries property.
        Parameters:
        value - allowed object is String
      • getSum

        public java.math.BigDecimal getSum()
        Gets the value of the sum property.
        Returns:
        possible object is BigDecimal
      • setSum

        public void setSum​(java.math.BigDecimal value)
        Sets the value of the sum property.
        Parameters:
        value - allowed object is BigDecimal
      • getTtlNetNtryAmt

        public java.math.BigDecimal getTtlNetNtryAmt()
        Gets the value of the ttlNetNtryAmt property.
        Returns:
        possible object is BigDecimal
      • setTtlNetNtryAmt

        public void setTtlNetNtryAmt​(java.math.BigDecimal value)
        Sets the value of the ttlNetNtryAmt property.
        Parameters:
        value - allowed object is BigDecimal
      • setCdtDbtInd

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