public class TEST0100 extends ISOBaseValidator
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
breakOnError, cfg, logger, realm
Constructor and Description |
---|
TEST0100() |
TEST0100(boolean breakOnError) |
Modifier and Type | Method and Description |
---|---|
void |
setConfiguration(Configuration cfg) |
ISOComponent |
validate(ISOComponent m)
Validate field-interdependency.
|
breakOnError, getLogger, getRealm, setBreakOnError, setLogger
public void setConfiguration(Configuration cfg) throws ConfigurationException
setConfiguration
in interface Configurable
setConfiguration
in class ISOBaseValidator
cfg
- Configuration objectConfigurationException
public ISOComponent validate(ISOComponent m) throws ISOException
ISOBaseValidator
validate
in interface ISOValidator
validate
in class ISOBaseValidator
m
- Component to validateISOException
- if break-on-error is true and an error succedd.