Class AmexNumFX<M>

java.lang.Object
cl.netswitch.iso.amex8583.AmexField<M,BigInteger>
cl.netswitch.iso.amex8583.AmexNumFX<M>
Type Parameters:
M - the type of the AMEX message.

public class AmexNumFX<M> extends AmexField<M,BigInteger>
Numeric Fixed-Length Right-Justified of N EBCDIC-500 digits (19 ≤ N).
  • Constructor Details

    • AmexNumFX

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