Class NumberAndSumOfTransactionsPerBankTransactionCode1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.NumberAndSumOfTransactionsPerBankTransactionCode1
Java class for NumberAndSumOfTransactionsPerBankTransactionCode1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberAndSumOfTransactionsPerBankTransactionCode1">
<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.01}Max15NumericText" minOccurs="0"/>
<element name="Sum" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
<element name="TtlNetNtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DecimalNumber" minOccurs="0"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode" minOccurs="0"/>
<element name="BkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BankTransactionCodeStructure1"/>
<element name="Avlbty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CashBalanceAvailability1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CashBalanceAvailability1> protected BankTransactionCodeStructure1protected CreditDebitCodeprotected Stringprotected BigDecimalprotected BigDecimal -
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 cdtDbtInd property.Gets the value of the nbOfNtries property.getSum()Gets the value of the sum property.Gets the value of the ttlNetNtryAmt property.voidSets the value of the bkTxCd property.voidsetCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd 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 Details
-
nbOfNtries
-
sum
-
ttlNetNtryAmt
-
cdtDbtInd
-
bkTxCd
-
avlbty
-
-
Constructor Details
-
NumberAndSumOfTransactionsPerBankTransactionCode1
public NumberAndSumOfTransactionsPerBankTransactionCode1()
-
-
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
-
getTtlNetNtryAmt
Gets the value of the ttlNetNtryAmt property.- Returns:
- possible object is
BigDecimal
-
setTtlNetNtryAmt
Sets the value of the ttlNetNtryAmt property.- Parameters:
value- allowed object isBigDecimal
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getBkTxCd
Gets the value of the bkTxCd property.- Returns:
- possible object is
BankTransactionCodeStructure1
-
setBkTxCd
Sets the value of the bkTxCd property.- Parameters:
value- allowed object isBankTransactionCodeStructure1
-
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
CashBalanceAvailability1
-