Class TotalsPerBankTransactionCode2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.TotalsPerBankTransactionCode2
-
public class TotalsPerBankTransactionCode2 extends Object
Java class for TotalsPerBankTransactionCode2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalsPerBankTransactionCode2"> <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.02}Max15NumericText" minOccurs="0"/> <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DecimalNumber" minOccurs="0"/> <element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DecimalNumber" minOccurs="0"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode" minOccurs="0"/> <element name="FcstInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BankTransactionCodeStructure4"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CashBalanceAvailability2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CashBalanceAvailability2>avlbtyprotected BankTransactionCodeStructure4bkTxCdprotected CreditDebitCodecdtDbtIndprotected BooleanfcstIndprotected StringnbOfNtriesprotected BigDecimalsumprotected BigDecimalttlNetNtryAmt
-
Constructor Summary
Constructors Constructor Description TotalsPerBankTransactionCode2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CashBalanceAvailability2>getAvlbty()Gets the value of the avlbty property.BankTransactionCodeStructure4getBkTxCd()Gets the value of the bkTxCd property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.StringgetNbOfNtries()Gets the value of the nbOfNtries property.BigDecimalgetSum()Gets the value of the sum property.BigDecimalgetTtlNetNtryAmt()Gets the value of the ttlNetNtryAmt property.BooleanisFcstInd()Gets the value of the fcstInd property.voidsetBkTxCd(BankTransactionCodeStructure4 value)Sets the value of the bkTxCd property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.voidsetFcstInd(Boolean value)Sets the value of the fcstInd property.voidsetNbOfNtries(String value)Sets the value of the nbOfNtries property.voidsetSum(BigDecimal value)Sets the value of the sum property.voidsetTtlNetNtryAmt(BigDecimal value)Sets the value of the ttlNetNtryAmt property.
-
-
-
Field Detail
-
nbOfNtries
protected String nbOfNtries
-
sum
protected BigDecimal sum
-
ttlNetNtryAmt
protected BigDecimal ttlNetNtryAmt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
fcstInd
protected Boolean fcstInd
-
bkTxCd
protected BankTransactionCodeStructure4 bkTxCd
-
avlbty
protected List<CashBalanceAvailability2> avlbty
-
-
Method Detail
-
getNbOfNtries
public String getNbOfNtries()
Gets the value of the nbOfNtries property.- Returns:
- possible object is
String
-
setNbOfNtries
public void setNbOfNtries(String value)
Sets the value of the nbOfNtries property.- Parameters:
value- allowed object isString
-
getSum
public BigDecimal getSum()
Gets the value of the sum property.- Returns:
- possible object is
BigDecimal
-
setSum
public void setSum(BigDecimal value)
Sets the value of the sum property.- Parameters:
value- allowed object isBigDecimal
-
getTtlNetNtryAmt
public BigDecimal getTtlNetNtryAmt()
Gets the value of the ttlNetNtryAmt property.- Returns:
- possible object is
BigDecimal
-
setTtlNetNtryAmt
public void setTtlNetNtryAmt(BigDecimal value)
Sets the value of the ttlNetNtryAmt property.- Parameters:
value- allowed object isBigDecimal
-
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
-
isFcstInd
public Boolean isFcstInd()
Gets the value of the fcstInd property.- Returns:
- possible object is
Boolean
-
setFcstInd
public void setFcstInd(Boolean value)
Sets the value of the fcstInd property.- Parameters:
value- allowed object isBoolean
-
getBkTxCd
public BankTransactionCodeStructure4 getBkTxCd()
Gets the value of the bkTxCd property.- Returns:
- possible object is
BankTransactionCodeStructure4
-
setBkTxCd
public void setBkTxCd(BankTransactionCodeStructure4 value)
Sets the value of the bkTxCd property.- Parameters:
value- allowed object isBankTransactionCodeStructure4
-
getAvlbty
public List<CashBalanceAvailability2> 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
CashBalanceAvailability2
-
-