Class TotalTransactions2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.TotalTransactions2
Java class for TotalTransactions2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalTransactions2"> <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.02}NumberAndSumOfTransactions2" minOccurs="0"/> <element name="TtlCdtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="TtlDbtNtries" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}NumberAndSumOfTransactions1" minOccurs="0"/> <element name="TtlNtriesPerBkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TotalsPerBankTransactionCode2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NumberAndSumOfTransactions1
protected NumberAndSumOfTransactions1
protected NumberAndSumOfTransactions2
protected List
<TotalsPerBankTransactionCode2> -
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
-
TotalTransactions2
public TotalTransactions2()
-
-
Method Details
-
getTtlNtries
Gets the value of the ttlNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions2
-
setTtlNtries
Sets the value of the ttlNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions2
-
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
TotalsPerBankTransactionCode2
-