org.jpos.iso
Class IFA_LLLLLLCHAR

java.lang.Object
  extended by org.jpos.iso.ISOFieldPackager
      extended by org.jpos.iso.ISOStringFieldPackager
          extended by org.jpos.iso.IFA_LLLLLLCHAR

public class IFA_LLLLLLCHAR
extends ISOStringFieldPackager

ISOFieldPackager ASCII variable len CHAR

Author:
Alejandro Revilla
See Also:
ISOComponent

Field Summary
 
Fields inherited from class org.jpos.iso.ISOFieldPackager
pad
 
Constructor Summary
IFA_LLLLLLCHAR()
           
IFA_LLLLLLCHAR(int len, String description)
           
 
Method Summary
 void setLength(int len)
           
 
Methods inherited from class org.jpos.iso.ISOStringFieldPackager
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_LLLLLLCHAR

public IFA_LLLLLLCHAR()

IFA_LLLLLLCHAR

public IFA_LLLLLLCHAR(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.