Class CashBalanceAvailability2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.CashBalanceAvailability2
Java class for CashBalanceAvailability2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalanceAvailability2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashBalanceAvailabilityDate1"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmount
protected CreditDebitCode
protected CashBalanceAvailabilityDate1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.Gets the value of the cdtDbtInd property.getDt()
Gets the value of the dt property.void
Sets the value of the amt property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
Sets the value of the dt property.
-
Field Details
-
dt
-
amt
-
cdtDbtInd
-
-
Constructor Details
-
CashBalanceAvailability2
public CashBalanceAvailability2()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
CashBalanceAvailabilityDate1
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isCashBalanceAvailabilityDate1
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-