org.jpos.iso
Class IFA_LLCHAR

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

public class IFA_LLCHAR
extends ISOStringFieldPackager

ISOFieldPackager ASCII variable len CHAR

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

Field Summary
 
Fields inherited from class org.jpos.iso.ISOFieldPackager
pad
 
Constructor Summary
IFA_LLCHAR()
           
IFA_LLCHAR(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_LLCHAR

public IFA_LLCHAR()

IFA_LLCHAR

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