Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_05.AccountReport18
-
Packages that use AccountReport18 Package Description org.kapott.hbci.GV.parsers org.kapott.hbci.sepa.jaxb.camt_052_001_05 -
-
Uses of AccountReport18 in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers with parameters of type AccountReport18 Modifier and Type Method Description private GVRKUms.BTag
ParseCamt05200105. createDay(AccountReport18 report)
Erzeugt einen neuen Buchungstag. -
Uses of AccountReport18 in org.kapott.hbci.sepa.jaxb.camt_052_001_05
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_05 with type parameters of type AccountReport18 Modifier and Type Field Description protected java.util.List<AccountReport18>
BankToCustomerAccountReportV05. rpt
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_05 that return AccountReport18 Modifier and Type Method Description AccountReport18
ObjectFactory. createAccountReport18()
Create an instance ofAccountReport18
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_05 that return types with arguments of type AccountReport18 Modifier and Type Method Description java.util.List<AccountReport18>
BankToCustomerAccountReportV05. getRpt()
Gets the value of the rpt property.
-