org.kapott.hbci.GV_Result
Class GVRInfoList

java.lang.Object
  extended byorg.kapott.hbci.GV_Result.HBCIJobResultImpl
      extended byorg.kapott.hbci.GV_Result.GVRInfoList
All Implemented Interfaces:
HBCIJobResult, java.io.Serializable

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
static class GVRInfoList.Info
          Daten über eine einzelne verfügbare Information
 
Field Summary
 
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
 
Constructor Summary
GVRInfoList()
           
 
Method Summary
 void addEntry(GVRInfoList.Info entry)
           
 GVRInfoList.Info[] getEntries()
          Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurück
 java.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GVRInfoList

public GVRInfoList()
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()