Package org.kapott.hbci.GV_Result
Class GVRTANList
java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRTANList
- All Implemented Interfaces:
Serializable
,HBCIJobResult
Diese Klasse enthält Informationen über aktuelle TAN-Listen des Kunden. Dabei wird
für jede TAN-Liste ein separates Objekt erzeugt. Innerhalb einer TAN-Listen-Informationen
gibt es zu jeder verbrauchten TAN genauere Daten.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Daten zu genau einer TANstatic class
Informationen zu genau einer TAN-Liste. -
Field Summary
FieldsFields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTANList
(GVRTANList.TANList list) Gibt ein Array mit Informationen über jede verfügbare TAN-Liste 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
-
tanlists
-
-
Constructor Details
-
GVRTANList
public GVRTANList()
-
-
Method Details
-
addTANList
-
getTANLists
Gibt ein Array mit Informationen über jede verfügbare TAN-Liste zurück.- Returns:
- Array mit TAN-Listen-Informationen
-
toString
- Overrides:
toString
in classHBCIJobResultImpl
-