Class NumberOfTransactionsPerStatus5
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.NumberOfTransactionsPerStatus5
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.12}Max15NumericText"/>
<element name="DtldSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ExternalPaymentTransactionStatus1Code"/>
<element name="DtldCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}DecimalNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtldCtrlSum property.Gets the value of the dtldNbOfTxs property.Gets the value of the dtldSts property.voidsetDtldCtrlSum(BigDecimal value) Sets the value of the dtldCtrlSum property.voidsetDtldNbOfTxs(String value) Sets the value of the dtldNbOfTxs property.voidsetDtldSts(String value) Sets the value of the dtldSts property.
-
Field Details
-
dtldNbOfTxs
-
dtldSts
-
dtldCtrlSum
-
-
Constructor Details
-
NumberOfTransactionsPerStatus5
public NumberOfTransactionsPerStatus5()
-
-
Method Details
-
getDtldNbOfTxs
Gets the value of the dtldNbOfTxs property.- Returns:
- possible object is
String
-
setDtldNbOfTxs
Sets the value of the dtldNbOfTxs property.- Parameters:
value- allowed object isString
-
getDtldSts
Gets the value of the dtldSts property.- Returns:
- possible object is
String
-
setDtldSts
Sets the value of the dtldSts property.- Parameters:
value- allowed object isString
-
getDtldCtrlSum
Gets the value of the dtldCtrlSum property.- Returns:
- possible object is
BigDecimal
-
setDtldCtrlSum
Sets the value of the dtldCtrlSum property.- Parameters:
value- allowed object isBigDecimal
-