public class NumberAndSumOfTransactions2
extends java.lang.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 | Description |
---|---|---|
protected CreditDebitCode |
cdtDbtInd |
|
protected java.lang.String |
nbOfNtries |
|
protected java.math.BigDecimal |
sum |
|
protected java.math.BigDecimal |
ttlNetNtryAmt |
Constructor | Description |
---|---|
NumberAndSumOfTransactions2() |
Modifier and Type | Method | Description |
---|---|---|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
java.lang.String |
getNbOfNtries() |
Gets the value of the nbOfNtries property.
|
java.math.BigDecimal |
getSum() |
Gets the value of the sum property.
|
java.math.BigDecimal |
getTtlNetNtryAmt() |
Gets the value of the ttlNetNtryAmt property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd 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 |
setTtlNetNtryAmt(java.math.BigDecimal value) |
Sets the value of the ttlNetNtryAmt property.
|
protected java.lang.String nbOfNtries
protected java.math.BigDecimal sum
protected java.math.BigDecimal ttlNetNtryAmt
protected CreditDebitCode cdtDbtInd
public java.lang.String getNbOfNtries()
String
public void setNbOfNtries(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getSum()
BigDecimal
public void setSum(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getTtlNetNtryAmt()
BigDecimal
public void setTtlNetNtryAmt(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
Copyright © 2018. All rights reserved.