Class CashBalance8
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.CashBalance8
-
public class CashBalance8 extends java.lang.ObjectJava class for CashBalance8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashBalance8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BalanceType13"/> <element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditLine3" maxOccurs="unbounded" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountamtprotected java.util.List<CashAvailability1>avlbtyprotected CreditDebitCodecdtDbtIndprotected java.util.List<CreditLine3>cdtLineprotected DateAndDateTime2Choicedtprotected BalanceType13tp
-
Constructor Summary
Constructors Constructor Description CashBalance8()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.java.util.List<CashAvailability1>getAvlbty()Gets the value of the avlbty property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.java.util.List<CreditLine3>getCdtLine()Gets the value of the cdtLine property.DateAndDateTime2ChoicegetDt()Gets the value of the dt property.BalanceType13getTp()Gets the value of the tp property.voidsetAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.voidsetDt(DateAndDateTime2Choice value)Sets the value of the dt property.voidsetTp(BalanceType13 value)Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected BalanceType13 tp
-
cdtLine
protected java.util.List<CreditLine3> cdtLine
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
dt
protected DateAndDateTime2Choice dt
-
avlbty
protected java.util.List<CashAvailability1> avlbty
-
-
Method Detail
-
getTp
public BalanceType13 getTp()
Gets the value of the tp property.- Returns:
- possible object is
BalanceType13
-
setTp
public void setTp(BalanceType13 value)
Sets the value of the tp property.- Parameters:
value- allowed object isBalanceType13
-
getCdtLine
public java.util.List<CreditLine3> getCdtLine()
Gets the value of the cdtLine property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cdtLine property.For example, to add a new item, do as follows:
getCdtLine().add(newItem);Objects of the following type(s) are allowed in the list
CreditLine3
-
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
-
getDt
public DateAndDateTime2Choice getDt()
Gets the value of the dt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setDt
public void setDt(DateAndDateTime2Choice value)
Sets the value of the dt property.- Parameters:
value- allowed object isDateAndDateTime2Choice
-
getAvlbty
public java.util.List<CashAvailability1> getAvlbty()
Gets the value of the avlbty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the avlbty property.For example, to add a new item, do as follows:
getAvlbty().add(newItem);Objects of the following type(s) are allowed in the list
CashAvailability1
-
-