Class NumberOfTransactionsPerStatus5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_10.NumberOfTransactionsPerStatus5
-
public class NumberOfTransactionsPerStatus5 extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected java.math.BigDecimaldtldCtrlSumprotected java.lang.StringdtldNbOfTxsprotected java.lang.StringdtldSts
-
Constructor Summary
Constructors Constructor Description NumberOfTransactionsPerStatus5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetDtldCtrlSum()Gets the value of the dtldCtrlSum property.java.lang.StringgetDtldNbOfTxs()Gets the value of the dtldNbOfTxs property.java.lang.StringgetDtldSts()Gets the value of the dtldSts property.voidsetDtldCtrlSum(java.math.BigDecimal value)Sets the value of the dtldCtrlSum property.voidsetDtldNbOfTxs(java.lang.String value)Sets the value of the dtldNbOfTxs property.voidsetDtldSts(java.lang.String value)Sets the value of the dtldSts property.
-
-
-
Method Detail
-
getDtldNbOfTxs
public java.lang.String getDtldNbOfTxs()
Gets the value of the dtldNbOfTxs property.- Returns:
- possible object is
String
-
setDtldNbOfTxs
public void setDtldNbOfTxs(java.lang.String value)
Sets the value of the dtldNbOfTxs property.- Parameters:
value- allowed object isString
-
getDtldSts
public java.lang.String getDtldSts()
Gets the value of the dtldSts property.- Returns:
- possible object is
String
-
setDtldSts
public void setDtldSts(java.lang.String value)
Sets the value of the dtldSts property.- Parameters:
value- allowed object isString
-
getDtldCtrlSum
public java.math.BigDecimal getDtldCtrlSum()
Gets the value of the dtldCtrlSum property.- Returns:
- possible object is
BigDecimal
-
setDtldCtrlSum
public void setDtldCtrlSum(java.math.BigDecimal value)
Sets the value of the dtldCtrlSum property.- Parameters:
value- allowed object isBigDecimal
-
-