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
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 classGVRAccInfo.AccInfoInformationen zu genau einem Konto
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRAccInfo(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(GVRAccInfo.AccInfo info)GVRAccInfo.AccInfo[]getEntries()Holen aller empfangenen Kontostammdaten.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
-
GVRAccInfo
public GVRAccInfo(HBCIPassportInternal passport)
-
-
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änge0haben
-
toString
public String toString()
- Overrides:
toStringin classHBCIJobResultImpl
-
-