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
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 InformationsobjektGVRCardList.CardInfoerzeugt.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGVRCardList.CardInfoInformationen über genau eine Karte
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRCardList(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(GVRCardList.CardInfo info)GVRCardList.CardInfo[]getEntries()Gibt eine Liste aller empfangenen Karteninformations-Einträge zurück.StringtoString()-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getPassport, getResultData, getResultsSize, getRetVal, getSegNum, isOK, storeResult
-
-
-
-
Constructor Detail
-
GVRCardList
public GVRCardList(HBCIPassportInternal passport)
-
-
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änge0haben
-
toString
public String toString()
- Overrides:
toStringin classHBCIJobResultImpl
-
-