public class ISOMsgFieldValidator extends ISOFieldValidator
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
Modifier and Type | Field and Description |
---|---|
protected ISOValidator |
msgValidator |
breakOnError, cfg, description, fieldId, maxLen, minLen
Constructor and Description |
---|
ISOMsgFieldValidator(java.lang.String Description,
ISOValidator msgValidator) |
Modifier and Type | Method and Description |
---|---|
ISOComponent |
validate(ISOComponent m)
Validate a field component.
|
breakOnError, getDescription, getFieldId, getRejCode, setBreakOnError, setConfiguration, setDescription, setFieldId, setMaxLength, setMinLength
protected ISOValidator msgValidator
public ISOMsgFieldValidator(java.lang.String Description, ISOValidator msgValidator)
public ISOComponent validate(ISOComponent m) throws ISOException
ISOFieldValidator
validate
in interface ISOValidator
validate
in class ISOFieldValidator
m
- ISOField componentISOException
- if there are some errors during validation.
It contains an ISOV component inside referencing the errors.