org.jpos.iso
Class IFMC_LLLCHAR
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOTagStringFieldPackager
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFMC_LLLCHAR
public IFMC_LLLCHAR()
IFMC_LLLCHAR
public IFMC_LLLCHAR(int len,
String description)
- Parameters:
len - - field lendescription - symbolic descrption
Copyright © 1998-2012 jPOS.org. All Rights Reserved.