org.jpos.iso
Class IFMC_LLCHAR

java.lang.Object
  extended by org.jpos.iso.ISOFieldPackager
      extended by org.jpos.iso.ISOTagStringFieldPackager
          extended by org.jpos.iso.IFMC_LLCHAR

public class IFMC_LLCHAR
extends ISOTagStringFieldPackager

Similar to Europay format, but instead of LLTT it's TTLL Format TTLL.... Where TT is the 2 digit field number (Tag) LL is the 2 digit field length .. is the field content

Version:
$Id$
Author:
Alejandro Revilla, Robert Demski
See Also:
IFEP_LLCHAR

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

Constructor Detail

IFMC_LLCHAR

public IFMC_LLCHAR()

IFMC_LLCHAR

public IFMC_LLCHAR(int len,
                   String description)
Parameters:
len - - field len
description - symbolic descrption


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