Class GVRCardList

java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRCardList
All Implemented Interfaces:
Serializable, HBCIJobResult

public class GVRCardList extends HBCIJobResultImpl
Klasse mit den Ergebissen der Abfrage von Informationen zu ausgegebenen Karten. Für jede Karte, für die Informationen verfügbar sind, wird eine separates Informationsobjekt GVRCardList.CardInfo erzeugt.
See Also:
  • Field Details

  • Constructor Details

    • GVRCardList

      public GVRCardList()
  • Method Details

    • addEntry

      public void addEntry(GVRCardList.CardInfo info)
    • getEntries

      public GVRCardList.CardInfo[] getEntries()
      Gibt eine Liste aller empfangenen Karteninformations-Einträge zurück.
      Returns:
      Array mit Karteninformationsdaten. Das Array selbst ist niemals null, kann aber die Länge 0 haben
    • toString

      public String toString()
      Overrides:
      toString in class HBCIJobResultImpl