Package org.kapott.hbci.structures
Class Limit
- java.lang.Object
-
- org.kapott.hbci.structures.Limit
-
public class Limit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
days
int
type
static char
TYPE_DAILY
static char
TYPE_MONTHLY
static char
TYPE_SINGLE
static char
TYPE_TIME
static char
TYPE_WEEKLY
Value
value
-
Constructor Summary
Constructors Constructor Description Limit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
TYPE_SINGLE
public static final char TYPE_SINGLE
- See Also:
- Constant Field Values
-
TYPE_DAILY
public static final char TYPE_DAILY
- See Also:
- Constant Field Values
-
TYPE_WEEKLY
public static final char TYPE_WEEKLY
- See Also:
- Constant Field Values
-
TYPE_MONTHLY
public static final char TYPE_MONTHLY
- See Also:
- Constant Field Values
-
TYPE_TIME
public static final char TYPE_TIME
- See Also:
- Constant Field Values
-
type
public int type
-
value
public Value value
-
days
public int days
-
-