org.jpos.iso
Class IFA_FLLNUM

java.lang.Object
  extended by org.jpos.iso.ISOFieldPackager
      extended by org.jpos.iso.ISOFilledStringFieldPackager
          extended by org.jpos.iso.IFA_FLLNUM

public class IFA_FLLNUM
extends ISOFilledStringFieldPackager

ISOFieldPackager ASCII variable len padded (fixed) NUMERIC (suitable to use in ANSI X9.2 interchanges.

Version:
$Id$
Author:
apr@cs.com.uy
See Also:
ISOComponent, IFA_LLNUM

Field Summary
 
Fields inherited from class org.jpos.iso.ISOFieldPackager
pad
 
Constructor Summary
IFA_FLLNUM()
           
IFA_FLLNUM(int len, String description)
           
 
Method Summary
 void setLength(int len)
           
 
Methods inherited from class org.jpos.iso.ISOFilledStringFieldPackager
checkLength, getMaxPackedLength, pack, setInterpreter, setPadder, setPrefixer, unpack, unpack
 
Methods inherited from class org.jpos.iso.ISOFieldPackager
createComponent, getDescription, getLength, pack, readBytes, setDescription, setPad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFA_FLLNUM

public IFA_FLLNUM()

IFA_FLLNUM

public IFA_FLLNUM(int len,
                  String description)
Parameters:
len - - field len
description - symbolic descrption
Method Detail

setLength

public void setLength(int len)
Overrides:
setLength in class ISOFieldPackager


Copyright © 1998-2012 jPOS.org. All Rights Reserved.