Class GVRWPDepotList

  • All Implemented Interfaces:
    java.io.Serializable, HBCIJobResult

    public final class GVRWPDepotList
    extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
    Ergebnisdaten für die Abfrage einer Depotaufstellung. Diese Klasse enthält für jedes Depot ein separates Datenobjekt. Innerhalb eines Depots werden für jede in diesem Depot vorhandene Wertpapiergattung separate Datenobjekte gehalten. Für jede Wertpapiergattung wiederum gibt es u.U. mehrere Objekte, die Saldeninformationen enthalten.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GVRWPDepotList.Entry
      Ein Eintrag zu genau einem Depot
    • Field Summary

      Fields 
      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.
      • Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl

        globStatus, jobStatus
    • Constructor Summary

      Constructors 
      Constructor Description
      GVRWPDepotList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl

        getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • rest

        public java.lang.String rest
        Dieses Feld enthält einen String, der den nicht-auswertbaren Teil der gelieferten Informationen enthält. Es dient nur zu Debugging-Zwecken und sollte eigentlich immer 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.
    • Constructor Detail

      • GVRWPDepotList

        public GVRWPDepotList()
    • Method Detail

      • getEntries

        public GVRWPDepotList.Entry[] getEntries()
        Gibt ein Array mit Depotdaten zurück, wobei jeder Eintrag Informationen zu genau einem Depot enthält.
        Returns:
        Array mit Depotinformationen
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.kapott.hbci.GV_Result.HBCIJobResultImpl