Class CashAvailability1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.CashAvailability1
-
public class CashAvailability1 extends java.lang.ObjectJava class for CashAvailability1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAvailability1"> <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.06}CashAvailabilityDate1Choice"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountamtprotected CreditDebitCodecdtDbtIndprotected CashAvailabilityDate1Choicedt
-
Constructor Summary
Constructors Constructor Description CashAvailability1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.CashAvailabilityDate1ChoicegetDt()Gets the value of the dt property.voidsetAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.voidsetDt(CashAvailabilityDate1Choice value)Sets the value of the dt property.
-
-
-
Field Detail
-
dt
protected CashAvailabilityDate1Choice dt
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
-
Method Detail
-
getDt
public CashAvailabilityDate1Choice getDt()
Gets the value of the dt property.- Returns:
- possible object is
CashAvailabilityDate1Choice
-
setDt
public void setDt(CashAvailabilityDate1Choice value)
Sets the value of the dt property.- Parameters:
value- allowed object isCashAvailabilityDate1Choice
-
getAmt
public ActiveOrHistoricCurrencyAndAmount getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
public CreditDebitCode getCdtDbtInd()
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
public void setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
-