public class TotalsPerBankTransactionCode4 extends Object
Java-Klasse für TotalsPerBankTransactionCode4 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TotalsPerBankTransactionCode4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NbOfNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DecimalNumber" minOccurs="0"/>
<element name="TtlNetNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndDirection35" minOccurs="0"/>
<element name="FcstInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BankTransactionCodeStructure4"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CashAvailability1> |
avlbty |
protected BankTransactionCodeStructure4 |
bkTxCd |
protected Boolean |
fcstInd |
protected String |
nbOfNtries |
protected BigDecimal |
sum |
protected AmountAndDirection35 |
ttlNetNtry |
| Constructor and Description |
|---|
TotalsPerBankTransactionCode4() |
| Modifier and Type | Method and Description |
|---|---|
List<CashAvailability1> |
getAvlbty()
Gets the value of the avlbty property.
|
BankTransactionCodeStructure4 |
getBkTxCd()
Ruft den Wert der bkTxCd-Eigenschaft ab.
|
String |
getNbOfNtries()
Ruft den Wert der nbOfNtries-Eigenschaft ab.
|
BigDecimal |
getSum()
Ruft den Wert der sum-Eigenschaft ab.
|
AmountAndDirection35 |
getTtlNetNtry()
Ruft den Wert der ttlNetNtry-Eigenschaft ab.
|
Boolean |
isFcstInd()
Ruft den Wert der fcstInd-Eigenschaft ab.
|
void |
setBkTxCd(BankTransactionCodeStructure4 value)
Legt den Wert der bkTxCd-Eigenschaft fest.
|
void |
setFcstInd(Boolean value)
Legt den Wert der fcstInd-Eigenschaft fest.
|
void |
setNbOfNtries(String value)
Legt den Wert der nbOfNtries-Eigenschaft fest.
|
void |
setSum(BigDecimal value)
Legt den Wert der sum-Eigenschaft fest.
|
void |
setTtlNetNtry(AmountAndDirection35 value)
Legt den Wert der ttlNetNtry-Eigenschaft fest.
|
protected String nbOfNtries
protected BigDecimal sum
protected AmountAndDirection35 ttlNetNtry
protected Boolean fcstInd
protected BankTransactionCodeStructure4 bkTxCd
protected List<CashAvailability1> avlbty
public String getNbOfNtries()
Stringpublic void setNbOfNtries(String value)
value - allowed object is
Stringpublic BigDecimal getSum()
BigDecimalpublic void setSum(BigDecimal value)
value - allowed object is
BigDecimalpublic AmountAndDirection35 getTtlNetNtry()
AmountAndDirection35public void setTtlNetNtry(AmountAndDirection35 value)
value - allowed object is
AmountAndDirection35public Boolean isFcstInd()
Booleanpublic void setFcstInd(Boolean value)
value - allowed object is
Booleanpublic BankTransactionCodeStructure4 getBkTxCd()
BankTransactionCodeStructure4public void setBkTxCd(BankTransactionCodeStructure4 value)
value - allowed object is
BankTransactionCodeStructure4public 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.