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:
java.io.Serializable
,HBCIJobResult
public final class GVRInfoList extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRInfoList.Info
Daten über eine einzelne verfügbare Information
-
Constructor Summary
Constructors Constructor Description GVRInfoList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRInfoList.Info entry)
GVRInfoList.Info[]
getEntries()
Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurückjava.lang.String
toString()
-
-
-
Method Detail
-
addEntry
public void addEntry(GVRInfoList.Info entry)
-
getEntries
public GVRInfoList.Info[] getEntries()
Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurück- Returns:
- Array, wobei jeder Eintrag eine solche Information beschreibt
-
toString
public java.lang.String toString()
- Overrides:
toString
in classorg.kapott.hbci.GV_Result.HBCIJobResultImpl
-
-