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