Class GVRSaldoReq

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

public final class GVRSaldoReq extends HBCIJobResultImpl
Ergebnisse einer Saldenabfrage. Hier ist für jedes abgefragte Konto genau ein entsprechendes Saldo-Objekt eingetragen.
See Also:
  • Field Details

  • Constructor Details

    • GVRSaldoReq

      public GVRSaldoReq()
  • Method Details

    • store

      public void store(GVRSaldoReq.Info info)
    • getEntries

      public GVRSaldoReq.Info[] getEntries()
      Gibt alle verfügbaren Saldo-Informationen in einem Feld zurück. Dabei existiert für jedes abgefragte Konto ein Eintrag in diesem Feld.
      Returns:
      Array mit Saldeninformationen
    • toString

      public String toString()
      Overrides:
      toString in class HBCIJobResultImpl