Package org.kapott.hbci.GV_Result
Class GVRKontoauszug
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRKontoauszug
-
- All Implemented Interfaces:
java.io.Serializable
,HBCIJobResult
public class GVRKontoauszug extends HBCIJobResultImpl
Response-Klasse fuer den Abruf von Kontoauszuegen.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRKontoauszug.Format
Enum mit den moeglichen Formaten.static class
GVRKontoauszug.GVRKontoauszugEntry
Kapselt einen einzelnen Kontoauszug.
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GVRKontoauszug.GVRKontoauszugEntry>
entries
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRKontoauszug()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GVRKontoauszug.GVRKontoauszugEntry>
getEntries()
Liefert die Liste der Kontoauszuege.-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult, toString
-
-
-
-
Field Detail
-
entries
private java.util.List<GVRKontoauszug.GVRKontoauszugEntry> entries
-
-
Method Detail
-
getEntries
public java.util.List<GVRKontoauszug.GVRKontoauszugEntry> getEntries()
Liefert die Liste der Kontoauszuege.- Returns:
- die Liste der Kontoauszuege.
-
-