Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_02.ReportEntry2
-
Packages that use ReportEntry2 Package Description org.kapott.hbci.GV.parsers org.kapott.hbci.sepa.jaxb.camt_052_001_02 -
-
Uses of ReportEntry2 in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers with parameters of type ReportEntry2 Modifier and Type Method Description private GVRKUms.UmsLine
ParseCamt05200102. createLine(ReportEntry2 entry, java.math.BigDecimal currSaldo)
Erzeugt eine einzelne Umsatzbuchung. -
Uses of ReportEntry2 in org.kapott.hbci.sepa.jaxb.camt_052_001_02
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_02 with type parameters of type ReportEntry2 Modifier and Type Field Description protected java.util.List<ReportEntry2>
AccountReport11. ntry
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_02 that return ReportEntry2 Modifier and Type Method Description ReportEntry2
ObjectFactory. createReportEntry2()
Create an instance ofReportEntry2
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_02 that return types with arguments of type ReportEntry2 Modifier and Type Method Description java.util.List<ReportEntry2>
AccountReport11. getNtry()
Gets the value of the ntry property.
-