Uses of Class
org.kapott.hbci.GV_Result.GVRKUms.UmsLine
-
Packages that use GVRKUms.UmsLine Package Description org.kapott.hbci.GV_Result In diesem Package sind Klassen enthalten, die die Ergebnisse von HBCI-Jobs aufnehmen und auswerten.org.kapott.hbci.tools Dieses Package enthält diverse Tools zur Arbeit mit HBCI4Java. -
-
Uses of GVRKUms.UmsLine in org.kapott.hbci.GV_Result
Fields in org.kapott.hbci.GV_Result with type parameters of type GVRKUms.UmsLine Modifier and Type Field Description java.util.List<GVRKUms.UmsLine>
GVRKUms.BTag. lines
Liste der einzelnen Buchungen dieses Tages (Instanzen vonGVRKUms.UmsLine
)Methods in org.kapott.hbci.GV_Result that return types with arguments of type GVRKUms.UmsLine Modifier and Type Method Description java.util.List<GVRKUms.UmsLine>
GVRKUms. getFlatData()
Gibt alle Transaktionsdatensätze in einer "flachen" Struktur zurück.java.util.List<GVRKUms.UmsLine>
GVRKUms. getFlatDataUnbooked()
Gibt eine Liste aller vorgemerkten Umsätze zurückMethods in org.kapott.hbci.GV_Result with parameters of type GVRKUms.UmsLine Modifier and Type Method Description void
GVRKUms.BTag. addLine(GVRKUms.UmsLine line)
-
Uses of GVRKUms.UmsLine in org.kapott.hbci.tools
Method parameters in org.kapott.hbci.tools with type arguments of type GVRKUms.UmsLine Modifier and Type Method Description void
TransactionsToXML. createTransactionElements(org.w3c.dom.Document doc, org.w3c.dom.Element troot, java.util.List<GVRKUms.UmsLine> transactions)
org.w3c.dom.Document
TransactionsToXML. createXMLDocument(java.util.List<GVRKUms.UmsLine> transactions, java.lang.String rawMT940)
-