public class NumberOfTransactionsPerStatus3 extends Object
Java class for NumberOfTransactionsPerStatus3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberOfTransactionsPerStatus3">
<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.03}Max15NumericText"/>
<element name="DtldSts" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}TransactionIndividualStatus3Code"/>
<element name="DtldCtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}DecimalNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
dtldCtrlSum |
protected String |
dtldNbOfTxs |
protected TransactionIndividualStatus3Code |
dtldSts |
| Constructor and Description |
|---|
NumberOfTransactionsPerStatus3() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDtldCtrlSum()
Gets the value of the dtldCtrlSum property.
|
String |
getDtldNbOfTxs()
Gets the value of the dtldNbOfTxs property.
|
TransactionIndividualStatus3Code |
getDtldSts()
Gets the value of the dtldSts property.
|
void |
setDtldCtrlSum(BigDecimal value)
Sets the value of the dtldCtrlSum property.
|
void |
setDtldNbOfTxs(String value)
Sets the value of the dtldNbOfTxs property.
|
void |
setDtldSts(TransactionIndividualStatus3Code value)
Sets the value of the dtldSts property.
|
protected String dtldNbOfTxs
protected TransactionIndividualStatus3Code dtldSts
protected BigDecimal dtldCtrlSum
public String getDtldNbOfTxs()
Stringpublic void setDtldNbOfTxs(String value)
value - allowed object is
Stringpublic TransactionIndividualStatus3Code getDtldSts()
TransactionIndividualStatus3Codepublic void setDtldSts(TransactionIndividualStatus3Code value)
value - allowed object is
TransactionIndividualStatus3Codepublic BigDecimal getDtldCtrlSum()
BigDecimalpublic void setDtldCtrlSum(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2019. All rights reserved.