Class TotalTransactions2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.TotalTransactions2
-
public class TotalTransactions2 extends java.lang.Object
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
Fields Modifier and Type Field Description protected NumberAndSumOfTransactions1
ttlCdtNtries
protected NumberAndSumOfTransactions1
ttlDbtNtries
protected NumberAndSumOfTransactions2
ttlNtries
protected java.util.List<TotalsPerBankTransactionCode2>
ttlNtriesPerBkTxCd
-
Constructor Summary
Constructors Constructor Description TotalTransactions2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberAndSumOfTransactions1
getTtlCdtNtries()
Gets the value of the ttlCdtNtries property.NumberAndSumOfTransactions1
getTtlDbtNtries()
Gets the value of the ttlDbtNtries property.NumberAndSumOfTransactions2
getTtlNtries()
Gets the value of the ttlNtries property.java.util.List<TotalsPerBankTransactionCode2>
getTtlNtriesPerBkTxCd()
Gets the value of the ttlNtriesPerBkTxCd property.void
setTtlCdtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlCdtNtries property.void
setTtlDbtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlDbtNtries property.void
setTtlNtries(NumberAndSumOfTransactions2 value)
Sets the value of the ttlNtries property.
-
-
-
Field Detail
-
ttlNtries
protected NumberAndSumOfTransactions2 ttlNtries
-
ttlCdtNtries
protected NumberAndSumOfTransactions1 ttlCdtNtries
-
ttlDbtNtries
protected NumberAndSumOfTransactions1 ttlDbtNtries
-
ttlNtriesPerBkTxCd
protected java.util.List<TotalsPerBankTransactionCode2> ttlNtriesPerBkTxCd
-
-
Method Detail
-
getTtlNtries
public NumberAndSumOfTransactions2 getTtlNtries()
Gets the value of the ttlNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions2
-
setTtlNtries
public void setTtlNtries(NumberAndSumOfTransactions2 value)
Sets the value of the ttlNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions2
-
getTtlCdtNtries
public NumberAndSumOfTransactions1 getTtlCdtNtries()
Gets the value of the ttlCdtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setTtlCdtNtries
public void setTtlCdtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlCdtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
getTtlDbtNtries
public NumberAndSumOfTransactions1 getTtlDbtNtries()
Gets the value of the ttlDbtNtries property.- Returns:
- possible object is
NumberAndSumOfTransactions1
-
setTtlDbtNtries
public void setTtlDbtNtries(NumberAndSumOfTransactions1 value)
Sets the value of the ttlDbtNtries property.- Parameters:
value
- allowed object isNumberAndSumOfTransactions1
-
getTtlNtriesPerBkTxCd
public java.util.List<TotalsPerBankTransactionCode2> 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
-
-