java.io.Serializable
, HBCIJobResult
public final class GVRWPDepotUms
extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
Modifier and Type | Class | Description |
---|---|---|
static class |
GVRWPDepotUms.Entry |
Ein Eintrag zu genau einem Depot
|
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
rest |
Dieses Feld enthält einen String, der den nicht-auswertbaren Teil der gelieferten Informationen
enthält.
|
Constructor | Description |
---|---|
GVRWPDepotUms() |
Modifier and Type | Method | Description |
---|---|---|
void |
addEntry(GVRWPDepotUms.Entry ums) |
|
GVRWPDepotUms.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(GVRWPDepotUms.Entry ums)
public GVRWPDepotUms.Entry[] getEntries()
public java.lang.String toString()
toString
in class org.kapott.hbci.GV_Result.HBCIJobResultImpl