Class CashBalance8
Java 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.08}BalanceType13"/> <element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CreditLine3" maxOccurs="unbounded" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CreditDebitCode"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateAndDateTime2Choice"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmount
protected List
<CashAvailability1> protected CreditDebitCode
protected List
<CreditLine3> protected DateAndDateTime2Choice
protected BalanceType13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.Gets the value of the avlbty property.Gets the value of the cdtDbtInd property.Gets the value of the cdtLine property.getDt()
Gets the value of the dt property.getTp()
Gets the value of the tp property.void
Sets the value of the amt property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
setDt
(DateAndDateTime2Choice value) Sets the value of the dt property.void
setTp
(BalanceType13 value) Sets the value of the tp property.
-
Field Details
-
tp
-
cdtLine
-
amt
-
cdtDbtInd
-
dt
-
avlbty
-
-
Constructor Details
-
CashBalance8
public CashBalance8()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
BalanceType13
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isBalanceType13
-
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
set
method 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
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
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
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
set
method 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
-