Package cl.netswitch.iso.vip8583


package cl.netswitch.iso.vip8583
Classes used to define and process VisaNet Integrated Payment messages.
  • Class
    Description
    Binary Fixed-Length of 3 bytes.
    Binary Fixed-Length of 8 bytes.
    Binary Fixed-Length of N bytes (1 ≤ N) with Hexadecimal representation.
    Binary Fixed-Length of N bytes (1 ≤ N).
    Binary Variable-Length of at most N bytes (1 ≤ N ≤ 255).
    Converts a VipMessage to an another representation.
    Decodes a sequence of bytes into the fields of a VipMessage.
    Encodes the fields of a VipMessage into a sequence of bytes.
    Signals that a decoding or encoding error has occurred.
    Definition of a data element of a VIP message.
    Definition of all data elements of a VIP message.
    Converts a message of VIP fields to a JSON representation.
    Methods common (shared) by all VIP messages.
    Numeric Fixed-Length Right-Justified of 10 BCD digits (5 bytes).
    Numeric Fixed-Length Right-Justified of 12 BCD digits (6 bytes).
    Numeric Fixed-Length Right-Justified of 14 BCD digits (7 bytes).
    Numeric Fixed-Length Right-Justified of 16 BCD digits (8 bytes).
    Numeric Fixed-Length Right-Justified of 2 BCD digits (1 byte).
    Numeric Fixed-Length Right-Justified of 4 BCD digits (2 bytes).
    Numeric Fixed-Length Right-Justified of 6 BCD digits (3 bytes).
    Numeric Fixed-Length Right-Justified of 8 BCD digits (4 bytes).
    Numeric Fixed-Length Right-Justified of 4 EBCDIC-037 digits.
    Numeric Fixed-Length Right-Justified of N BCD digits (1 ≤ N).
    Numeric Variable-Length Right-Justified of at most N BCD digits (1 ≤ N ≤ 9).
    Numeric Variable-Length Right-Justified of at most N BCD digits (10 ≤ N ≤ 18).
    Numeric Variable-Length Right-Justified of at most N BCD digits (19 ≤ N ≤ 255).
    Obfuscation alternatives for VipField values.
    String Fixed-Length of 1 EBCDIC-037 character.
    String Fixed-Length Left-Justified of N EBCDIC-037 characters (1 ≤ N).
    String Variable-Length of at most N EBCDIC-037 characters (1 ≤ N ≤ 255).
    Track-2 Variable-Length of at most 37 BCD digits and separator.
    Converts a message of VIP fields to an another representation.
    Converts a message of VIP fields to an XML representation.
    Converts a message of VIP fields to a YAML representation.