|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kapott.hbci.GV_Result.GVRAccInfo.AccInfo
Informationen zu genau einem Konto
Nested Class Summary | |
static class |
GVRAccInfo.AccInfo.Address
|
Field Summary | |
Konto |
account
Konto, auf das sich diese Daten beziehen |
GVRAccInfo.AccInfo.Address |
address
|
java.lang.String |
comment
Weitere Informationen (optional) |
java.util.Date |
created
Eröffnungsdatum (optional) |
static int |
DELIVER_TYPE_EDV
|
static int |
DELIVER_TYPE_KAD
|
static int |
DELIVER_TYPE_NONE
|
static int |
DELIVER_TYPE_OFFICE
|
static int |
DELIVER_TYPE_POST
|
long |
habenzins
1000*Habenzins (optional) |
Value |
kredit
Kreditlinie (optional) |
Konto |
refAccount
Referenzkonto (zB für Kreditkartenkonten) (optional) |
long |
sollzins
1000*Sollzins (optional) |
int |
turnus
Turnus für Kontoauszugszustellung (nur bei Postzustellung) (optional). |
static int |
TURNUS_ANNUAL
|
static int |
TURNUS_DAILY
|
static int |
TURNUS_HALF
|
static int |
TURNUS_MONTHLY
|
static int |
TURNUS_QUARTER
|
static int |
TURNUS_WEEKLY
|
int |
type
Kontoart - Folgende Wertebereiche sind definiert:. |
long |
ueberzins
1000*Überziehungszins (optional) |
int |
versandart
Versandart für Kontoauszüge. |
Constructor Summary | |
GVRAccInfo.AccInfo()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DELIVER_TYPE_NONE
public static final int DELIVER_TYPE_POST
public static final int DELIVER_TYPE_KAD
public static final int DELIVER_TYPE_OFFICE
public static final int DELIVER_TYPE_EDV
public static final int TURNUS_DAILY
public static final int TURNUS_WEEKLY
public static final int TURNUS_MONTHLY
public static final int TURNUS_QUARTER
public static final int TURNUS_HALF
public static final int TURNUS_ANNUAL
public Konto account
public int type
-1
, wenn diese Information nicht von der Bank
bereitgestellt wird
public java.util.Date created
public long sollzins
public long habenzins
public long ueberzins
public Value kredit
public Konto refAccount
public int versandart
DELIVER_TYPE_NONE
- kein AuszugDELIVER_TYPE_POST
- PostzustellungDELIVER_TYPE_KAD
- KontoauszugsdruckerDELIVER_TYPE_OFFICE
- Abholung in GeschäftsstelleDELIVER_TYPE_EDV
- elektronische Übermittlung
public int turnus
TURNUS_DAILY
- täglicher KontoauszugTURNUS_WEEKLY
- wöchentlicher KontoauszugTURNUS_MONTHLY
- monatlicher KontoauszugTURNUS_QUARTER
- vierteljährlicher KontoauszugTURNUS_HALF
- halbjährlicher KontoauszugTURNUS_ANNUAL
- jährlicher Kontoauszug
public java.lang.String comment
public GVRAccInfo.AccInfo.Address address
Constructor Detail |
public GVRAccInfo.AccInfo()
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |