public class IVA_ALPHANUMNOBLANK extends IVA_ALPHANUM
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_ALPHANUMNOBLANK() |
IVA_ALPHANUMNOBLANK(boolean breakOnError,
int minLen,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUMNOBLANK(boolean breakOnError,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUMNOBLANK(boolean breakOnError,
java.lang.String Description) |
IVA_ALPHANUMNOBLANK(int minLen,
int maxLen,
java.lang.String Description) |
IVA_ALPHANUMNOBLANK(int maxLen,
java.lang.String Description) |
IVA_ALPHANUMNOBLANK(java.lang.String Description) |
Modifier and Type | Method and Description |
---|---|
ISOComponent |
validate(ISOComponent f)
Validate that component is not blank-filled.
|
breakOnError, getDescription, getFieldId, getRejCode, setBreakOnError, setConfiguration, setDescription, setFieldId, setMaxLength, setMinLength
public IVA_ALPHANUMNOBLANK()
public IVA_ALPHANUMNOBLANK(java.lang.String Description)
public IVA_ALPHANUMNOBLANK(int minLen, int maxLen, java.lang.String Description)
public IVA_ALPHANUMNOBLANK(int maxLen, java.lang.String Description)
public IVA_ALPHANUMNOBLANK(boolean breakOnError, java.lang.String Description)
public IVA_ALPHANUMNOBLANK(boolean breakOnError, int maxLen, java.lang.String Description)
public IVA_ALPHANUMNOBLANK(boolean breakOnError, int minLen, int maxLen, java.lang.String Description)
public ISOComponent validate(ISOComponent f) throws ISOException
validate
in interface ISOValidator
validate
in class IVA_ALPHANUM
f
- ISOField componentISOException
- if there are some errors during validation.
It contains an ISOV component inside referencing the errors.method