Class CashDeposit1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_04.CashDeposit1
-
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.04}ActiveCurrencyAndAmount"/> <element name="NbOfNotes" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max15NumericText"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveCurrencyAndAmountamtprotected StringnbOfNotesprotected ActiveCurrencyAndAmountnoteDnmtn
-
Constructor Summary
Constructors Constructor Description CashDeposit1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveCurrencyAndAmountgetAmt()Gets the value of the amt property.StringgetNbOfNotes()Gets the value of the nbOfNotes property.ActiveCurrencyAndAmountgetNoteDnmtn()Gets the value of the noteDnmtn property.voidsetAmt(ActiveCurrencyAndAmount value)Sets the value of the amt property.voidsetNbOfNotes(String value)Sets the value of the nbOfNotes property.voidsetNoteDnmtn(ActiveCurrencyAndAmount value)Sets the value of the noteDnmtn property.
-
-
-
Field Detail
-
noteDnmtn
protected ActiveCurrencyAndAmount noteDnmtn
-
nbOfNotes
protected String nbOfNotes
-
amt
protected ActiveCurrencyAndAmount amt
-
-
Method Detail
-
getNoteDnmtn
public ActiveCurrencyAndAmount getNoteDnmtn()
Gets the value of the noteDnmtn property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setNoteDnmtn
public void setNoteDnmtn(ActiveCurrencyAndAmount value)
Sets the value of the noteDnmtn property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getNbOfNotes
public String getNbOfNotes()
Gets the value of the nbOfNotes property.- Returns:
- possible object is
String
-
setNbOfNotes
public void setNbOfNotes(String value)
Sets the value of the nbOfNotes property.- Parameters:
value- allowed object isString
-
getAmt
public ActiveCurrencyAndAmount getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
public void setAmt(ActiveCurrencyAndAmount value)
Sets the value of the amt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
-