Class TotalTransactions6
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_08.TotalTransactions6
Java class for TotalTransactions6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalTransactions6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TtlNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}NumberAndSumOfTransactions4" minOccurs="0"/> <element name="TtlCdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="TtlDbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="TtlNtriesPerBkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TotalsPerBankTransactionCode5" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NumberAndSumOfTransactions1
protected NumberAndSumOfTransactions1
protected NumberAndSumOfTransactions4
protected List
<TotalsPerBankTransactionCode5> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ttlCdtNtries property.Gets the value of the ttlDbtNtries property.Gets the value of the ttlNtries property.Gets the value of the ttlNtriesPerBkTxCd property.void
Sets the value of the ttlCdtNtries property.void
Sets the value of the ttlDbtNtries property.void
Sets the value of the ttlNtries property.
-
Field Details
-
ttlNtries
-
ttlCdtNtries
-
ttlDbtNtries
-
ttlNtriesPerBkTxCd
-
-
Constructor Details
-
TotalTransactions6
public TotalTransactions6()
-
-
Method Details
-
getTtlNtries
Gets the value of the ttlNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions4
-
setTtlNtries
Sets the value of the ttlNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions4
-
getTtlCdtNtries
Gets the value of the ttlCdtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setTtlCdtNtries
Sets the value of the ttlCdtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
getTtlDbtNtries
Gets the value of the ttlDbtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setTtlDbtNtries
Sets the value of the ttlDbtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
getTtlNtriesPerBkTxCd
Gets the value of the ttlNtriesPerBkTxCd 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 ttlNtriesPerBkTxCd property.For example, to add a new item, do as follows:
getTtlNtriesPerBkTxCd().add(newItem);
Objects of the following type(s) are allowed in the list
TotalsPerBankTransactionCode5
-