public class CashDeposit1 extends Object
Java class for CashDeposit1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashDeposit1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NoteDnmtn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveCurrencyAndAmount"/>
<element name="NbOfNotes" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max15NumericText"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveCurrencyAndAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveCurrencyAndAmount |
amt |
protected String |
nbOfNotes |
protected ActiveCurrencyAndAmount |
noteDnmtn |
| Constructor and Description |
|---|
CashDeposit1() |
| Modifier and Type | Method and Description |
|---|---|
ActiveCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
String |
getNbOfNotes()
Gets the value of the nbOfNotes property.
|
ActiveCurrencyAndAmount |
getNoteDnmtn()
Gets the value of the noteDnmtn property.
|
void |
setAmt(ActiveCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setNbOfNotes(String value)
Sets the value of the nbOfNotes property.
|
void |
setNoteDnmtn(ActiveCurrencyAndAmount value)
Sets the value of the noteDnmtn property.
|
protected ActiveCurrencyAndAmount noteDnmtn
protected String nbOfNotes
protected ActiveCurrencyAndAmount amt
public ActiveCurrencyAndAmount getNoteDnmtn()
ActiveCurrencyAndAmountpublic void setNoteDnmtn(ActiveCurrencyAndAmount value)
value - allowed object is
ActiveCurrencyAndAmountpublic String getNbOfNotes()
Stringpublic void setNbOfNotes(String value)
value - allowed object is
Stringpublic ActiveCurrencyAndAmount getAmt()
ActiveCurrencyAndAmountpublic void setAmt(ActiveCurrencyAndAmount value)
value - allowed object is
ActiveCurrencyAndAmountCopyright © 2020. All rights reserved.