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 classInformationen zu genau einem Konto -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<GVRAccInfo.AccInfo> private static final BigDecimalFields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(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
-
Field Details
-
ONE_THOUSAND
-
entries
-
-
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änge0haben
-
toString
- Overrides:
toStringin classHBCIJobResultImpl
-