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.02}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DecimalNumber" minOccurs="0"/>
<element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DecimalNumber" minOccurs="0"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditDebitCode |
cdtDbtInd |
protected String |
nbOfNtries |
protected BigDecimal |
sum |
protected BigDecimal |
ttlNetNtryAmt |
| Constructor and Description |
|---|
NumberAndSumOfTransactions2() |
| Modifier and Type | Method and Description |
|---|---|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
String |
getNbOfNtries()
Gets the value of the nbOfNtries property.
|
BigDecimal |
getSum()
Gets the value of the sum property.
|
BigDecimal |
getTtlNetNtryAmt()
Gets the value of the ttlNetNtryAmt property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setNbOfNtries(String value)
Sets the value of the nbOfNtries property.
|
void |
setSum(BigDecimal value)
Sets the value of the sum property.
|
void |
setTtlNetNtryAmt(BigDecimal value)
Sets the value of the ttlNetNtryAmt property.
|
protected String nbOfNtries
protected BigDecimal sum
protected BigDecimal ttlNetNtryAmt
protected CreditDebitCode cdtDbtInd
public String getNbOfNtries()
Stringpublic void setNbOfNtries(String value)
value - allowed object is
Stringpublic BigDecimal getSum()
BigDecimalpublic void setSum(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTtlNetNtryAmt()
BigDecimalpublic void setTtlNetNtryAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodeCopyright © 2018. All rights reserved.