Class CashDeposit1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.CashDeposit1
-
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.06}ActiveCurrencyAndAmount"/> <element name="NbOfNotes" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max15NumericText"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveCurrencyAndAmount
amt
protected java.lang.String
nbOfNotes
protected ActiveCurrencyAndAmount
noteDnmtn
-
Constructor Summary
Constructors Constructor Description CashDeposit1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
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
-
-