Class VipBinF3<M>

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

public class VipBinF3<M> extends VipField<M,Integer>
Binary Fixed-Length of 3 bytes.
  • Constructor Details

    • VipBinF3

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