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:
Serializable
,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
GVRCardList.CardInfo
erzeugt.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Informationen über genau eine Karte -
Field Summary
FieldsFields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(GVRCardList.CardInfo info) Gibt eine Liste aller empfangenen Karteninformations-Einträge zurück.toString()
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
-
Field Details
-
entries
-
-
Constructor Details
-
GVRCardList
public GVRCardList()
-
-
Method Details
-
addEntry
-
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
- Overrides:
toString
in classHBCIJobResultImpl
-