Package org.kapott.hbci.GV_Result
Class GVRAccInfo
java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRAccInfo
- All Implemented Interfaces:
Serializable
,HBCIJobResult
Klasse für die Ergebnisdaten einer Kontostammdaten-Abfrage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Informationen zu genau einem Konto -
Field Summary
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(GVRAccInfo.AccInfo info) Holen aller empfangenen Kontostammdaten.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
-
Constructor Details
-
GVRAccInfo
public GVRAccInfo()
-
-
Method Details
-
addEntry
-
getEntries
Holen aller empfangenen Kontostammdaten.- Returns:
- Array mit einzelnen Konto-Informationen. Das Array ist niemals
null
, kann aber die Länge0
haben
-
toString
- Overrides:
toString
in classHBCIJobResultImpl
-