Package org.kapott.hbci.GV_Result
Class GVRCardList
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRCardList
-
- All Implemented Interfaces:
java.io.Serializable
,HBCIJobResult
public class GVRCardList extends org.kapott.hbci.GV_Result.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 InformationsobjektGVRCardList.CardInfo
erzeugt.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRCardList.CardInfo
Informationen über genau eine Karte
-
Constructor Summary
Constructors Constructor Description GVRCardList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRCardList.CardInfo info)
GVRCardList.CardInfo[]
getEntries()
Gibt eine Liste aller empfangenen Karteninformations-Einträge zurück.java.lang.String
toString()
-
-
-
Method Detail
-
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änge0
haben
-
toString
public java.lang.String toString()
- Overrides:
toString
in classorg.kapott.hbci.GV_Result.HBCIJobResultImpl
-
-