Class GVRInfoList

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

    public final class GVRInfoList
    extends org.kapott.hbci.GV_Result.HBCIJobResultImpl
    Rückgabedaten für die Abfrage verfügbarer Kreditinstitutsinformationen. Es wird eine Liste mit allen verfügbaren Informationen gespeichert, wobei jeder Eintrag Daten über genau eine KI-Info enthält.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GVRInfoList.Info
      Daten über eine einzelne verfügbare Information
    • Field Summary

      • Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl

        globStatus, jobStatus
    • Constructor Summary

      Constructors 
      Constructor Description
      GVRInfoList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEntry​(GVRInfoList.Info entry)  
      GVRInfoList.Info[] getEntries()
      Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurück
      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
    • Constructor Detail

      • GVRInfoList

        public GVRInfoList()
    • Method Detail

      • getEntries

        public GVRInfoList.Info[] getEntries()
        Gibt Daten über alle abfragbaren Kreditinstitutsinformationen zurück
        Returns:
        Array, wobei jeder Eintrag eine solche Information beschreibt
      • toString

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