Class VipNumFL<M>

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

public class VipNumFL<M> extends VipField<M,BigInteger>
Numeric Fixed-Length Right-Justified of N BCD digits (1 ≤ N).
  • Constructor Details

    • VipNumFL

      public VipNumFL(int index, int length, String name)
      Constructs a new VipNumFL 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