org.kapott.hbci.GV_Result
Class GVRCardList

java.lang.Object
  |
  +--org.kapott.hbci.GV_Result.HBCIJobResult
        |
        +--org.kapott.hbci.GV_Result.GVRCardList

public class GVRCardList
extends HBCIJobResult

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 CardInfo erzeugt.

See Also:
Serialized Form

Nested Class Summary
static class GVRCardList.CardInfo
          Informationen über genau eine Karte
 
Method Summary
 GVRCardList.CardInfo[] getEntries()
          Gibt eine Liste aller empfangenen Karteninformations-Einträge zurück.
 
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResult
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getResultData, getRetNumber, getRetVal, getSegNum, isOK
 

Method Detail

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