org.jpos.iso
Class IFMC_LLLCHAR

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

public class IFMC_LLLCHAR
extends ISOTagStringFieldPackager

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

Version:
$Id: IFMC_LLLCHAR.java 2854 2010-01-02 10:34:31Z apr $
Author:
Alejandro Revilla, Robert Demski
See Also:
IFEP_LLCHAR

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

public IFMC_LLLCHAR()

IFMC_LLLCHAR

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


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