Package org.kapott.hbci.GV_Result
Class GVRInfoList
java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRInfoList
- All Implemented Interfaces:
Serializable
,HBCIJobResult
Rückgabedaten für die Abfrage verfügbarer Kreditinstitutsinformationen. Es
wird eine Liste mit allen verfügbaren Informationen gespeichert, wobei jeder
Eintrag Daten über genau eine KI-Info enthält.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Daten über eine einzelne verfügbare Information -
Field Summary
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(GVRInfoList.Info entry) Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurücktoString()
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
Constructor Details
-
GVRInfoList
public GVRInfoList()
-
-
Method Details
-
addEntry
-
getEntries
Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurück- Returns:
- Array, wobei jeder Eintrag eine solche Information beschreibt
-
toString
- Overrides:
toString
in classHBCIJobResultImpl
-