Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_07.AccountReport22
-
Packages that use AccountReport22 Package Description org.kapott.hbci.GV.generators org.kapott.hbci.GV.parsers org.kapott.hbci.sepa.jaxb.camt_052_001_07 -
-
Uses of AccountReport22 in org.kapott.hbci.GV.generators
Methods in org.kapott.hbci.GV.generators that return AccountReport22 Modifier and Type Method Description private AccountReport22
GenKUmsAllCamt05200107. createDay(GVRKUms.BTag tag)
Erzeugt den Header des Buchungstages. -
Uses of AccountReport22 in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers with parameters of type AccountReport22 Modifier and Type Method Description private GVRKUms.BTag
ParseCamt05200107. createDay(AccountReport22 report)
Erzeugt einen neuen Buchungstag. -
Uses of AccountReport22 in org.kapott.hbci.sepa.jaxb.camt_052_001_07
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_07 with type parameters of type AccountReport22 Modifier and Type Field Description protected java.util.List<AccountReport22>
BankToCustomerAccountReportV07. rpt
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_07 that return AccountReport22 Modifier and Type Method Description AccountReport22
ObjectFactory. createAccountReport22()
Create an instance ofAccountReport22
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_07 that return types with arguments of type AccountReport22 Modifier and Type Method Description java.util.List<AccountReport22>
BankToCustomerAccountReportV07. getRpt()
Gets the value of the rpt property.
-