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:
  • Field Details

  • Constructor Details

    • GVRInfoList

      public GVRInfoList()
  • Method Details

    • 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:
      toString in class HBCIJobResultImpl