Class IVA_ALPHANUM

All Implemented Interfaces:
Configurable, ISOValidator
Direct Known Subclasses:
IVA_ALPHANUMNOBLANK, IVA_ALPHANUMNOZERO

public class IVA_ALPHANUM extends ISOFieldValidator
Validator for ASCII alphanumeric fields.

Title: jPOS

Description: Java Framework for Financial Systems

Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.

Company: www.jPOS.org

  • Constructor Details

  • Method Details

    • validate

      Validate that component has alphanumeric value.
      Specified by:
      validate in interface ISOValidator
      Overrides:
      validate in class ISOFieldValidator
      Parameters:
      f - ISOField component
      Returns:
      an ISOComponent result of validation process. If there area any validation error, then an ISOV component replace original c and it's returned in case of break-on-error condition is false. If break-on-error is false, then an ISOVException containing the ISOV component is raised.
      Throws:
      ISOException - if there are some errors during validation. It contains an ISOV component inside referencing the errors.
      See Also: