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