Class VipNumF6<M>

java.lang.Object
cl.netswitch.iso.vip8583.VipField<M,Integer>
cl.netswitch.iso.vip8583.VipNumF6<M>
Type Parameters:
M - the type of the VIP message.

public class VipNumF6<M> extends VipField<M,Integer>
Numeric Fixed-Length Right-Justified of 6 BCD digits (3 bytes).
  • Constructor Details

    • VipNumF6

      public VipNumF6(int index, int length, String name)
      Constructs a new VipNumF6 instance.
      Parameters:
      index - the index of this field.
      length - fixed number of digits of this field.
      name - the name of this field.
      Throws:
      NullPointerException - if name is null.
      IllegalArgumentException - if an argument is invalid.
  • Method Details