public class CashDeposit1
extends java.lang.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.07}ActiveCurrencyAndAmount"/>
<element name="NbOfNotes" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max15NumericText"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveCurrencyAndAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ActiveCurrencyAndAmount |
amt |
|
protected java.lang.String |
nbOfNotes |
|
protected ActiveCurrencyAndAmount |
noteDnmtn |
| Constructor | Description |
|---|---|
CashDeposit1() |
| Modifier and Type | Method | Description |
|---|---|---|
ActiveCurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
java.lang.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(java.lang.String value) |
Sets the value of the nbOfNotes property.
|
void |
setNoteDnmtn(ActiveCurrencyAndAmount value) |
Sets the value of the noteDnmtn property.
|
protected ActiveCurrencyAndAmount noteDnmtn
protected java.lang.String nbOfNotes
protected ActiveCurrencyAndAmount amt
public ActiveCurrencyAndAmount getNoteDnmtn()
ActiveCurrencyAndAmountpublic void setNoteDnmtn(ActiveCurrencyAndAmount value)
value - allowed object is
ActiveCurrencyAndAmountpublic java.lang.String getNbOfNotes()
Stringpublic void setNbOfNotes(java.lang.String value)
value - allowed object is
Stringpublic ActiveCurrencyAndAmount getAmt()
ActiveCurrencyAndAmountpublic void setAmt(ActiveCurrencyAndAmount value)
value - allowed object is
ActiveCurrencyAndAmountCopyright © 2018. All rights reserved.