Class NumberAndSumOfTransactions2

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.NumberAndSumOfTransactions2

public class NumberAndSumOfTransactions2 extends Object

Java class for NumberAndSumOfTransactions2 complex type.

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

 <complexType name="NumberAndSumOfTransactions2">
   <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.01}Max15NumericText" minOccurs="0"/>
         <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
         <element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
         <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NumberAndSumOfTransactions2

      public NumberAndSumOfTransactions2()
  • Method Details

    • getNbOfNtries

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

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

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

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

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

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

      public CreditDebitCode getCdtDbtInd()
      Gets the value of the cdtDbtInd property.
      Returns:
      possible object is CreditDebitCode
    • setCdtDbtInd

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