|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Type
This interface defines field types used in ISO8583 messages
Field Summary | |
---|---|
static int |
BINARY
the field is type of BINARY (the field is parsed as fixed length binray content) |
static java.lang.String[] |
labels
|
static int |
LLLLLLVARTEXT
the field is type of LLLLLLVARTEXT (used in some custom ISO formats) |
static int |
LLLLLVARTEXT
the field is type of LLLLLVARTEXT (used in some custom ISO formats) |
static int |
LLLLVARTEXT
the field is type of LLLLVARTEXT (used in some custom ISO formats) |
static int |
LLLVARBINARY
the field is type of LLLVARBINARY (the field is parsed as 3 byte of length and remaining of bytes as binary content) |
static int |
LLLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 3 byte of length and remaining of bytes as numbric content) |
static int |
LLLVARTEXT
the field is type of LLLVARTEXT (the field is parsed as 3 byte of length and remaining of bytes as text content) |
static int |
LLVARBINARY
the field is type of LLVARBINARY (the field is parsed as 2 byte of length and remaining of bytes as binary content) |
static int |
LLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 2 byte of length and remaining of bytes as numeric content) |
static int |
LLVARTEXT
the field is type of LLVARTEXT (the field is parsed as 2 byte of length and remaining of bytes as text content) |
static int |
LVARNUMBER
the field is type of LVARNUMBER (the field is parsed as 1 byte of length and remaining of bytes as numeric content) |
static int |
LVARTEXT
the field is type of LVARTEXT (the field is parsed as 1 byte of length and remaining of bytes as text content) |
static int |
NUMBER
the field is type of NUMBER (the field is parsed as fixed length numberic content) |
static int |
TEXT
the field is type of TEXT (the field is parsed as fixed length text content) |
static int |
TRACK1
the field is type of track1 (NOT USED, track 1 is parsed as regular LLVAR) |
static int |
TRACK2
the field is type of track2 LLVAR where 1st 2 bytes define the of contents LLVAR Note: in compressed format it is like LVAR where 1st byted is compressed length. |
static int |
TRACK3
the field is type of track3 like LLVAR (used to parse field as track 3 contents) |
static int |
UNDEFINED
the field type is unkown/undefined is not parsed |
Field Detail |
---|
static final int UNDEFINED
static final int NUMBER
static final int TEXT
static final int LLVARNUMBER
static final int LLVARTEXT
static final int LLLVARNUMBER
static final int LLLVARTEXT
static final int BINARY
static final int LLVARBINARY
static final int LLLVARBINARY
static final int TRACK2
static final int TRACK3
static final int TRACK1
static final int LLLLVARTEXT
static final int LLLLLVARTEXT
static final int LLLLLLVARTEXT
static final int LVARNUMBER
static final int LVARTEXT
static final java.lang.String[] labels
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |