AZS

com.a2zss.ISO8583
Interface Type


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

UNDEFINED

static final int UNDEFINED
the field type is unkown/undefined is not parsed

See Also:
Constant Field Values

NUMBER

static final int NUMBER
the field is type of NUMBER (the field is parsed as fixed length numberic content)

See Also:
Constant Field Values

TEXT

static final int TEXT
the field is type of TEXT (the field is parsed as fixed length text content)

See Also:
Constant Field Values

LLVARNUMBER

static final int LLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 2 byte of length and remaining of bytes as numeric content)

See Also:
Constant Field Values

LLVARTEXT

static final int LLVARTEXT
the field is type of LLVARTEXT (the field is parsed as 2 byte of length and remaining of bytes as text content)

See Also:
Constant Field Values

LLLVARNUMBER

static final int LLLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 3 byte of length and remaining of bytes as numbric content)

See Also:
Constant Field Values

LLLVARTEXT

static final int LLLVARTEXT
the field is type of LLLVARTEXT (the field is parsed as 3 byte of length and remaining of bytes as text content)

See Also:
Constant Field Values

BINARY

static final int BINARY
the field is type of BINARY (the field is parsed as fixed length binray content)

See Also:
Constant Field Values

LLVARBINARY

static final int LLVARBINARY
the field is type of LLVARBINARY (the field is parsed as 2 byte of length and remaining of bytes as binary content)

See Also:
Constant Field Values

LLLVARBINARY

static final int LLLVARBINARY
the field is type of LLLVARBINARY (the field is parsed as 3 byte of length and remaining of bytes as binary content)

See Also:
Constant Field Values

TRACK2

static final 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. (used to parse field as track 2 contents)

See Also:
Constant Field Values

TRACK3

static final int TRACK3
the field is type of track3 like LLVAR (used to parse field as track 3 contents)

See Also:
Constant Field Values

TRACK1

static final int TRACK1
the field is type of track1 (NOT USED, track 1 is parsed as regular LLVAR)

See Also:
Constant Field Values

LLLLVARTEXT

static final int LLLLVARTEXT
the field is type of LLLLVARTEXT (used in some custom ISO formats)

See Also:
Constant Field Values

LLLLLVARTEXT

static final int LLLLLVARTEXT
the field is type of LLLLLVARTEXT (used in some custom ISO formats)

See Also:
Constant Field Values

LLLLLLVARTEXT

static final int LLLLLLVARTEXT
the field is type of LLLLLLVARTEXT (used in some custom ISO formats)

See Also:
Constant Field Values

LVARNUMBER

static final int LVARNUMBER
the field is type of LVARNUMBER (the field is parsed as 1 byte of length and remaining of bytes as numeric content)

See Also:
Constant Field Values

LVARTEXT

static final int LVARTEXT
the field is type of LVARTEXT (the field is parsed as 1 byte of length and remaining of bytes as text content)

See Also:
Constant Field Values

labels

static final java.lang.String[] labels

AZS

Copyright © 2002-2010 AZS Services Ltd. All Rights Reserved.