public final class GVRWPDepotList
extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
Modifier and Type | Class and Description |
---|---|
static class |
GVRWPDepotList.Entry
Ein Eintrag zu genau einem Depot
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
rest
Dieses Feld enthält einen String, der den nicht-auswertbaren Teil der gelieferten Informationen
enthält.
|
Constructor and Description |
---|
GVRWPDepotList() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(GVRWPDepotList.Entry entry) |
GVRWPDepotList.Entry[] |
getEntries()
Gibt ein Array mit Depotdaten zurück, wobei jeder Eintrag
Informationen zu genau einem Depot enthält.
|
java.lang.String |
toString() |
public java.lang.String rest
null
bzw. einen leeren String enthalten. Wenn das nicht der Fall ist, dann konnten die
empfangenen Daten nicht richtig geparst werden, und dieser String enthält den
"Schwanz" der Daten, bei dem das Parsing-Problem aufgetreten ist.public void addEntry(GVRWPDepotList.Entry entry)
public GVRWPDepotList.Entry[] getEntries()
public java.lang.String toString()
toString
in class org.kapott.hbci.GV_Result.HBCIJobResultImpl