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:
java.io.Serializable
,HBCIJobResult
public class GVRAccInfo extends HBCIJobResultImpl
Klasse für die Ergebnisdaten einer Kontostammdaten-Abfrage- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRAccInfo.AccInfo
Informationen zu genau einem Konto
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GVRAccInfo.AccInfo>
entries
private static java.math.BigDecimal
ONE_THOUSAND
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRAccInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(GVRAccInfo.AccInfo info)
GVRAccInfo.AccInfo[]
getEntries()
Holen aller empfangenen Kontostammdaten.java.lang.String
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 Detail
-
ONE_THOUSAND
private static final java.math.BigDecimal ONE_THOUSAND
-
entries
private java.util.List<GVRAccInfo.AccInfo> entries
-
-
Method Detail
-
addEntry
public void addEntry(GVRAccInfo.AccInfo info)
-
getEntries
public GVRAccInfo.AccInfo[] getEntries()
Holen aller empfangenen Kontostammdaten.- Returns:
- Array mit einzelnen Konto-Informationen. Das Array ist niemals
null
, kann aber die Länge0
haben
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHBCIJobResultImpl
-
-