public class TotalsPerBankTransactionCode4
extends java.lang.Object
Java class for TotalsPerBankTransactionCode4 complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
---|---|---|
protected java.util.List<CashAvailability1> |
avlbty |
|
protected BankTransactionCodeStructure4 |
bkTxCd |
|
protected java.lang.Boolean |
fcstInd |
|
protected java.lang.String |
nbOfNtries |
|
protected java.math.BigDecimal |
sum |
|
protected AmountAndDirection35 |
ttlNetNtry |
Constructor | Description |
---|---|
TotalsPerBankTransactionCode4() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<CashAvailability1> |
getAvlbty() |
Gets the value of the avlbty property.
|
BankTransactionCodeStructure4 |
getBkTxCd() |
Gets the value of the bkTxCd property.
|
java.lang.String |
getNbOfNtries() |
Gets the value of the nbOfNtries property.
|
java.math.BigDecimal |
getSum() |
Gets the value of the sum property.
|
AmountAndDirection35 |
getTtlNetNtry() |
Gets the value of the ttlNetNtry property.
|
java.lang.Boolean |
isFcstInd() |
Gets the value of the fcstInd property.
|
void |
setBkTxCd(BankTransactionCodeStructure4 value) |
Sets the value of the bkTxCd property.
|
void |
setFcstInd(java.lang.Boolean value) |
Sets the value of the fcstInd property.
|
void |
setNbOfNtries(java.lang.String value) |
Sets the value of the nbOfNtries property.
|
void |
setSum(java.math.BigDecimal value) |
Sets the value of the sum property.
|
void |
setTtlNetNtry(AmountAndDirection35 value) |
Sets the value of the ttlNetNtry property.
|
protected java.lang.String nbOfNtries
protected java.math.BigDecimal sum
protected AmountAndDirection35 ttlNetNtry
protected java.lang.Boolean fcstInd
protected BankTransactionCodeStructure4 bkTxCd
protected java.util.List<CashAvailability1> avlbty
public java.lang.String getNbOfNtries()
String
public void setNbOfNtries(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getSum()
BigDecimal
public void setSum(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public AmountAndDirection35 getTtlNetNtry()
AmountAndDirection35
public void setTtlNetNtry(AmountAndDirection35 value)
value
- allowed object is
AmountAndDirection35
public java.lang.Boolean isFcstInd()
Boolean
public void setFcstInd(java.lang.Boolean value)
value
- allowed object is
Boolean
public BankTransactionCodeStructure4 getBkTxCd()
BankTransactionCodeStructure4
public void setBkTxCd(BankTransactionCodeStructure4 value)
value
- allowed object is
BankTransactionCodeStructure4
public java.util.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 © 2018. All rights reserved.