Package cl.netswitch.iso.amex8583


package cl.netswitch.iso.amex8583
Classes used to define and process American Express messages.
  • Class
    Description
    Binary Fixed-Length of 4 bytes.
    Binary Fixed-Length of 8 bytes.
    Binary Fixed-Length of 8 hexadecimal EBCDIC-500 characters.
    Converts an AmexMessage to an another representation.
    Decimal Fixed-Length Right-Justified of N digits (1 ≤ N) and Scale S (0 ≤ S < N).
    Decodes a sequence of bytes into the fields of an AmexMessage.
    Encodes the fields of an AmexMessage into a sequence of bytes.
    Signals that a decoding or encoding error has occurred.
    Definition of a data element of an AMEX message.
    Definition of all data elements of an AMEX message.
    Converts a message of AMEX fields to a JSON representation.
    Methods common (shared) by all AMEX messages.
    Numeric Fixed-Length Right-Justified of 1 EBCDIC-500 digit.
    Numeric Fixed-Length Right-Justified of 10 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 11 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 12 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 2 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 3 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 4 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 5 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 6 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 7 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 8 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of 9 EBCDIC-500 digits.
    Numeric Fixed-Length Right-Justified of N EBCDIC-500 digits (19 ≤ N).
    Numeric Variable-Length (LL) of at most N EBCDIC-500 digits (10 ≤ N ≤ 18).
    Numeric Variable-Length (LL) of at most N EBCDIC-500 digits (19 ≤ N ≤ 99).
    Obfuscation alternatives for AmexField values.
    String Fixed-Length Left-Justified of N EBCDIC-500 characters (1 ≤ N).
    String Variable-Length (LL) of at most N EBCDIC-500 characters (1 ≤ N ≤ 99).
    String Variable-Length (LLL) of at most N EBCDIC-500 characters (1 ≤ N ≤ 999).
    Converts a message of AMEX fields to an another representation.
    Converts a message of AMEX fields to an XML representation.
    Converts a message of AMEX fields to a YAML representation.