Class CashDeposit1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.CashDeposit1
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
FieldsModifier and TypeFieldDescriptionprotected ActiveCurrencyAndAmount
protected String
protected ActiveCurrencyAndAmount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.Gets the value of the nbOfNotes property.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
Sets the value of the noteDnmtn property.
-
Field Details
-
noteDnmtn
-
nbOfNotes
-
amt
-
-
Constructor Details
-
CashDeposit1
public CashDeposit1()
-
-
Method Details
-
getNoteDnmtn
Gets the value of the noteDnmtn property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setNoteDnmtn
Sets the value of the noteDnmtn property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getNbOfNotes
Gets the value of the nbOfNotes property.- Returns:
- possible object is
String
-
setNbOfNotes
Sets the value of the nbOfNotes property.- Parameters:
value
- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-