Class IsoNumF9<M>

java.lang.Object
cl.netswitch.iso.iso8583.IsoField<M,Integer>
cl.netswitch.iso.iso8583.IsoNumF9<M>
Type Parameters:
M - the type of the ISO message.

public class IsoNumF9<M> extends IsoField<M,Integer>
Numeric Fixed-Length Right-Justified of 9 ASCII digits.
  • Constructor Details

    • IsoNumF9

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