Class IsoNumF7<M>

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

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

    • IsoNumF7

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