All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.solab.iso8583.parse.BcdLengthLlAlphaNumParseInfo Maven / Gradle / Ivy

Go to download

Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible.

There is a newer version: 1.22.5
Show newest version
package com.solab.iso8583.parse;

import com.solab.iso8583.IsoType;

/**
 * Custom parser for fields of type {@link IsoType#LLBCDLENGTHALPHANUM}.
 */
public class BcdLengthLlAlphaNumParseInfo extends LlvarParseInfo {

    /**
     * Instantiates a new Bcd length ll alpha num parse info.
     */
    public BcdLengthLlAlphaNumParseInfo() {
        super(IsoType.LLBCDLENGTHALPHANUM, 0);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy