public class IVA_ALPHANUM extends ISOFieldValidator
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
breakOnError, cfg, description, fieldId, maxLen, minLen| Constructor and Description |
|---|
IVA_ALPHANUM() |
IVA_ALPHANUM(boolean breakOnError,
int minLen,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUM(boolean breakOnError,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUM(boolean breakOnError,
java.lang.String Description) |
IVA_ALPHANUM(int minLen,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUM(int maxLen,
java.lang.String Description) |
IVA_ALPHANUM(java.lang.String Description) |
| Modifier and Type | Method and Description |
|---|---|
ISOComponent |
validate(ISOComponent f)
Validate that component has alphanumeric value.
|
breakOnError, getDescription, getFieldId, getRejCode, setBreakOnError, setConfiguration, setDescription, setFieldId, setMaxLength, setMinLengthpublic IVA_ALPHANUM()
public IVA_ALPHANUM(java.lang.String Description)
public IVA_ALPHANUM(int minLen,
int maxLen,
java.lang.String Description)
public IVA_ALPHANUM(int maxLen,
java.lang.String Description)
public IVA_ALPHANUM(boolean breakOnError,
java.lang.String Description)
public IVA_ALPHANUM(boolean breakOnError,
int maxLen,
java.lang.String Description)
public IVA_ALPHANUM(boolean breakOnError,
int minLen,
int maxLen,
java.lang.String Description)
public ISOComponent validate(ISOComponent f) throws ISOException
validate in interface ISOValidatorvalidate in class ISOFieldValidatorf - ISOField componentISOException - if there are some errors during validation.
It contains an ISOV component inside referencing the errors.method