Class NumberOfTransactionsPerStatus5

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.NumberOfTransactionsPerStatus5

public class NumberOfTransactionsPerStatus5 extends Object

Java class for NumberOfTransactionsPerStatus5 complex type.

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

 <complexType name="NumberOfTransactionsPerStatus5">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DtldNbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max15NumericText"/>
         <element name="DtldSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ExternalPaymentTransactionStatus1Code"/>
         <element name="DtldCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}DecimalNumber" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • dtldNbOfTxs

      protected String dtldNbOfTxs
    • dtldSts

      protected String dtldSts
    • dtldCtrlSum

      protected BigDecimal dtldCtrlSum
  • Constructor Details

    • NumberOfTransactionsPerStatus5

      public NumberOfTransactionsPerStatus5()
  • Method Details

    • getDtldNbOfTxs

      public String getDtldNbOfTxs()
      Gets the value of the dtldNbOfTxs property.
      Returns:
      possible object is String
    • setDtldNbOfTxs

      public void setDtldNbOfTxs(String value)
      Sets the value of the dtldNbOfTxs property.
      Parameters:
      value - allowed object is String
    • getDtldSts

      public String getDtldSts()
      Gets the value of the dtldSts property.
      Returns:
      possible object is String
    • setDtldSts

      public void setDtldSts(String value)
      Sets the value of the dtldSts property.
      Parameters:
      value - allowed object is String
    • getDtldCtrlSum

      public BigDecimal getDtldCtrlSum()
      Gets the value of the dtldCtrlSum property.
      Returns:
      possible object is BigDecimal
    • setDtldCtrlSum

      public void setDtldCtrlSum(BigDecimal value)
      Sets the value of the dtldCtrlSum property.
      Parameters:
      value - allowed object is BigDecimal