Package org.kapott.hbci.GV_Result
Class GVRInfoList.Info
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRInfoList.Info
-
- Enclosing class:
- GVRInfoList
public static final class GVRInfoList.Info extends Object
Daten über eine einzelne verfügbare Information
-
-
Field Summary
Fields Modifier and Type Field Description StringcodeIdentifikationscode, mit der diese Information referenziert werden kannString[]commentKommentare zu dieser Information.DatedateVersion dieser Information (optional)StringdescriptionBeschreibung des Inhalts dieser InformationStringformatStringtypeArt der Information.
-
Constructor Summary
Constructors Constructor Description Info()
-
-
-
Field Detail
-
code
public String code
Identifikationscode, mit der diese Information referenziert werden kann
-
description
public String description
Beschreibung des Inhalts dieser Information
-
type
public String type
Art der Information.- F für Freitextmeldung (siehe
GVRInfoOrder) - S es handelt sich um ein Schriftdokument, welches bestellt werden kann
- T für Themenüberschrift
- F für Freitextmeldung (siehe
-
format
public String format
-
date
public Date date
Version dieser Information (optional)
-
comment
public String[] comment
Kommentare zu dieser Information. Dieses Array ist niemalsnull, kann aber die Länge0haben.
-
-