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 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
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
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()
-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
-
-
-
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 classHBCIJobResultImpl
-
-