Class IsoNumFS8<M>

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

public class IsoNumFS8<M> extends IsoField<M,Integer>
Numeric Fixed-Length Right-Justified Sign + 8 ASCII digits.
  • Constructor Details

    • IsoNumFS8

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