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
public final class GVRInfoList extends 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 classGVRInfoList.InfoDaten über eine einzelne verfügbare Information
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRInfoList(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(GVRInfoList.Info entry)GVRInfoList.Info[]getEntries()Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurückStringtoString()-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getPassport, getResultData, getResultsSize, getRetVal, getSegNum, isOK, storeResult
-
-
-
-
Constructor Detail
-
GVRInfoList
public GVRInfoList(HBCIPassportInternal passport)
-
-
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 String toString()
- Overrides:
toStringin classHBCIJobResultImpl
-
-