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