Class TotalsPerBankTransactionCode5
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_08.TotalsPerBankTransactionCode5
Java class for TotalsPerBankTransactionCode5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalsPerBankTransactionCode5"> <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.08}Max15NumericText" minOccurs="0"/> <element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DecimalNumber" minOccurs="0"/> <element name="TtlNetNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}AmountAndDirection35" minOccurs="0"/> <element name="CdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="DbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="FcstInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TrueFalseIndicator" minOccurs="0"/> <element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BankTransactionCodeStructure4"/> <element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CashAvailability1" maxOccurs="unbounded" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateAndDateTime2Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<CashAvailability1> protected BankTransactionCodeStructure4
protected NumberAndSumOfTransactions1
protected NumberAndSumOfTransactions1
protected DateAndDateTime2Choice
protected Boolean
protected String
protected BigDecimal
protected AmountAndDirection35
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avlbty property.Gets the value of the bkTxCd property.Gets the value of the cdtNtries property.Gets the value of the dbtNtries property.getDt()
Gets the value of the dt property.Gets the value of the nbOfNtries property.getSum()
Gets the value of the sum property.Gets the value of the ttlNetNtry property.Gets the value of the fcstInd property.void
Sets the value of the bkTxCd property.void
Sets the value of the cdtNtries property.void
Sets the value of the dbtNtries property.void
setDt
(DateAndDateTime2Choice value) Sets the value of the dt property.void
setFcstInd
(Boolean value) Sets the value of the fcstInd property.void
setNbOfNtries
(String value) Sets the value of the nbOfNtries property.void
setSum
(BigDecimal value) Sets the value of the sum property.void
Sets the value of the ttlNetNtry property.
-
Field Details
-
nbOfNtries
-
sum
-
ttlNetNtry
-
cdtNtries
-
dbtNtries
-
fcstInd
-
bkTxCd
-
avlbty
-
dt
-
-
Constructor Details
-
TotalsPerBankTransactionCode5
public TotalsPerBankTransactionCode5()
-
-
Method Details
-
getNbOfNtries
Gets the value of the nbOfNtries property.- Returns:
- possible object is
String
-
setNbOfNtries
Sets the value of the nbOfNtries property.- Parameters:
value
- allowed object isString
-
getSum
Gets the value of the sum property.- Returns:
- possible object is
BigDecimal
-
setSum
Sets the value of the sum property.- Parameters:
value
- allowed object isBigDecimal
-
getTtlNetNtry
Gets the value of the ttlNetNtry property.- Returns:
- possible object is
AmountAndDirection35
-
setTtlNetNtry
Sets the value of the ttlNetNtry property.- Parameters:
value
- allowed object isAmountAndDirection35
-
getCdtNtries
Gets the value of the cdtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setCdtNtries
Sets the value of the cdtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
getDbtNtries
Gets the value of the dbtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setDbtNtries
Sets the value of the dbtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
isFcstInd
Gets the value of the fcstInd property.- Returns:
- possible object is
Boolean
-
setFcstInd
Sets the value of the fcstInd property.- Parameters:
value
- allowed object isBoolean
-
getBkTxCd
Gets the value of the bkTxCd property.- Returns:
- possible object is
BankTransactionCodeStructure4
-
setBkTxCd
Sets the value of the bkTxCd property.- Parameters:
value
- allowed object isBankTransactionCodeStructure4
-
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
-
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
-