Package org.kapott.hbci.GV_Result
Class GVRTermUebList
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRTermUebList
-
- All Implemented Interfaces:
java.io.Serializable
,HBCIJobResult
public final class GVRTermUebList extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
Ergebnisse der Abfrage noch anstehender terminierter Überweisungen. Jeder noch anstehende terminierte Überweisungsauftrag wird in einem separaten Objekt gespeichert.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRTermUebList.Entry
Informationen zu einem einzelnen terminierten Überweisungsauftrag
-
Constructor Summary
Constructors Constructor Description GVRTermUebList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRTermUebList.Entry e)
GVRTermUebList.Entry[]
getEntries()
Gibt ein Array mit gefundenen noch anstehenden Terminüberweisungen zurückjava.lang.String
toString()
-
-
-
Method Detail
-
addEntry
public void addEntry(GVRTermUebList.Entry e)
-
getEntries
public GVRTermUebList.Entry[] getEntries()
Gibt ein Array mit gefundenen noch anstehenden Terminüberweisungen zurück- Returns:
- Array, wobei jedes Element Daten über eine einzelne Terminüberweisung enthält
-
toString
public java.lang.String toString()
- Overrides:
toString
in classorg.kapott.hbci.GV_Result.HBCIJobResultImpl
-
-