Package org.kapott.hbci.GV_Result
Class GVRAccInfo.AccInfo
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRAccInfo.AccInfo
-
- Enclosing class:
- GVRAccInfo
public static class GVRAccInfo.AccInfo extends java.lang.ObjectInformationen zu genau einem Konto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGVRAccInfo.AccInfo.Address
-
Field Summary
Fields Modifier and Type Field Description KontoaccountKonto, auf das sich diese Daten beziehenGVRAccInfo.AccInfo.Addressaddressjava.lang.StringcommentWeitere Informationen (optional)java.util.DatecreatedEröffnungsdatum (optional)static intDELIVER_TYPE_EDVstatic intDELIVER_TYPE_KADstatic intDELIVER_TYPE_NONEstatic intDELIVER_TYPE_OFFICEstatic intDELIVER_TYPE_POSTlonghabenzins1000*Habenzins (optional)ValuekreditKreditlinie (optional)KontorefAccountReferenzkonto (zB für Kreditkartenkonten) (optional)longsollzins1000*Sollzins (optional)intturnusTurnus für Kontoauszugszustellung (nur bei Postzustellung) (optional).static intTURNUS_ANNUALstatic intTURNUS_DAILYstatic intTURNUS_HALFstatic intTURNUS_MONTHLYstatic intTURNUS_QUARTERstatic intTURNUS_WEEKLYinttypeKontoart - Folgende Wertebereiche sind definiert:.longueberzins1000*Überziehungszins (optional)intversandartVersandart für Kontoauszüge.
-
Constructor Summary
Constructors Constructor Description AccInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
DELIVER_TYPE_NONE
public static final int DELIVER_TYPE_NONE
- See Also:
- Constant Field Values
-
DELIVER_TYPE_POST
public static final int DELIVER_TYPE_POST
- See Also:
- Constant Field Values
-
DELIVER_TYPE_KAD
public static final int DELIVER_TYPE_KAD
- See Also:
- Constant Field Values
-
DELIVER_TYPE_OFFICE
public static final int DELIVER_TYPE_OFFICE
- See Also:
- Constant Field Values
-
DELIVER_TYPE_EDV
public static final int DELIVER_TYPE_EDV
- See Also:
- Constant Field Values
-
TURNUS_DAILY
public static final int TURNUS_DAILY
- See Also:
- Constant Field Values
-
TURNUS_WEEKLY
public static final int TURNUS_WEEKLY
- See Also:
- Constant Field Values
-
TURNUS_MONTHLY
public static final int TURNUS_MONTHLY
- See Also:
- Constant Field Values
-
TURNUS_QUARTER
public static final int TURNUS_QUARTER
- See Also:
- Constant Field Values
-
TURNUS_HALF
public static final int TURNUS_HALF
- See Also:
- Constant Field Values
-
TURNUS_ANNUAL
public static final int TURNUS_ANNUAL
- See Also:
- Constant Field Values
-
account
public Konto account
Konto, auf das sich diese Daten beziehen
-
type
public int type
Kontoart - Folgende Wertebereiche sind definiert:.- 1-9 - Kontokorrent-/Girokonto
- 10-19 - Sparkonto
- 20-29 - Festgeldkonto (Termineinlagen)
- 30-39 - Wertpapierdepot
- 40-49 - Kredit-/Darlehenskonto
- 50-59 - Kreditkartenkonto
- 60-69 - Fondsdepot bei einer Kapitalanlagegesellschaft
- 70-79 - Bausparvertrag
- 80-89 - Versicherungsvertrag
- 90-99 - Sonstige
-1, wenn diese Information nicht von der Bank bereitgestellt wird
-
created
public java.util.Date created
Eröffnungsdatum (optional)
-
sollzins
public long sollzins
1000*Sollzins (optional)
-
habenzins
public long habenzins
1000*Habenzins (optional)
-
ueberzins
public long ueberzins
1000*Überziehungszins (optional)
-
kredit
public Value kredit
Kreditlinie (optional)
-
refAccount
public Konto refAccount
Referenzkonto (zB für Kreditkartenkonten) (optional)
-
versandart
public int versandart
Versandart für Kontoauszüge. Folgende Werte sind definiert:DELIVER_TYPE_NONE- kein AuszugDELIVER_TYPE_POST- PostzustellungDELIVER_TYPE_KAD- KontoauszugsdruckerDELIVER_TYPE_OFFICE- Abholung in GeschäftsstelleDELIVER_TYPE_EDV- elektronische Übermittlung
-
turnus
public int turnus
Turnus für Kontoauszugszustellung (nur bei Postzustellung) (optional). Folgende Werte sind definiert:TURNUS_DAILY- täglicher KontoauszugTURNUS_WEEKLY- wöchentlicher KontoauszugTURNUS_MONTHLY- monatlicher KontoauszugTURNUS_QUARTER- vierteljährlicher KontoauszugTURNUS_HALF- halbjährlicher KontoauszugTURNUS_ANNUAL- jährlicher Kontoauszug
-
comment
public java.lang.String comment
Weitere Informationen (optional)
-
address
public GVRAccInfo.AccInfo.Address address
-
-