public class NumberAndSumOfTransactions1 extends Object
Java class for NumberAndSumOfTransactions1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberAndSumOfTransactions1">
<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.05}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DecimalNumber" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nbOfNtries |
protected BigDecimal |
sum |
| Constructor and Description |
|---|
NumberAndSumOfTransactions1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNbOfNtries()
Gets the value of the nbOfNtries property.
|
BigDecimal |
getSum()
Gets the value of the sum property.
|
void |
setNbOfNtries(String value)
Sets the value of the nbOfNtries property.
|
void |
setSum(BigDecimal value)
Sets the value of the sum property.
|
protected String nbOfNtries
protected BigDecimal sum
public String getNbOfNtries()
Stringpublic void setNbOfNtries(String value)
value - allowed object is
Stringpublic BigDecimal getSum()
BigDecimalpublic void setSum(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2019. All rights reserved.