public class CashBalance7 extends Object
Java-Klasse für CashBalance7 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CashBalance7">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BalanceType12"/>
<element name="CdtLine" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}CreditLine2" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}CreditDebitCode"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}DateAndDateTimeChoice"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected List<CashAvailability1> |
avlbty |
protected CreditDebitCode |
cdtDbtInd |
protected CreditLine2 |
cdtLine |
protected DateAndDateTimeChoice |
dt |
protected BalanceType12 |
tp |
| Constructor and Description |
|---|
CashBalance7() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Ruft den Wert der amt-Eigenschaft ab.
|
List<CashAvailability1> |
getAvlbty()
Gets the value of the avlbty property.
|
CreditDebitCode |
getCdtDbtInd()
Ruft den Wert der cdtDbtInd-Eigenschaft ab.
|
CreditLine2 |
getCdtLine()
Ruft den Wert der cdtLine-Eigenschaft ab.
|
DateAndDateTimeChoice |
getDt()
Ruft den Wert der dt-Eigenschaft ab.
|
BalanceType12 |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der amt-Eigenschaft fest.
|
void |
setCdtDbtInd(CreditDebitCode value)
Legt den Wert der cdtDbtInd-Eigenschaft fest.
|
void |
setCdtLine(CreditLine2 value)
Legt den Wert der cdtLine-Eigenschaft fest.
|
void |
setDt(DateAndDateTimeChoice value)
Legt den Wert der dt-Eigenschaft fest.
|
void |
setTp(BalanceType12 value)
Legt den Wert der tp-Eigenschaft fest.
|
protected BalanceType12 tp
protected CreditLine2 cdtLine
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected DateAndDateTimeChoice dt
protected List<CashAvailability1> avlbty
public BalanceType12 getTp()
BalanceType12public void setTp(BalanceType12 value)
value - allowed object is
BalanceType12public CreditLine2 getCdtLine()
CreditLine2public void setCdtLine(CreditLine2 value)
value - allowed object is
CreditLine2public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic DateAndDateTimeChoice getDt()
DateAndDateTimeChoicepublic void setDt(DateAndDateTimeChoice value)
value - allowed object is
DateAndDateTimeChoicepublic List<CashAvailability1> getAvlbty()
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
Copyright © 2017. All rights reserved.