Class CashDeposit1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.CashDeposit1
-
public class CashDeposit1 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveCurrencyAndAmountamtprotected java.lang.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.java.lang.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(java.lang.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 java.lang.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 java.lang.String getNbOfNotes()
Gets the value of the nbOfNotes property.- Returns:
- possible object is
String
-
setNbOfNotes
public void setNbOfNotes(java.lang.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
-
-