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 classDaten über eine einzelne verfügbare Information -
Field Summary
FieldsFields inherited from class HBCIJobResultImpl
globStatus, jobStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(GVRInfoList.Info entry) Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurücktoString()Methods inherited from class HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
Field Details
-
entries
-
-
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:
toStringin classHBCIJobResultImpl
-