jPOS 1.6.7 API Documentation

org.jpos.iso
Class IVA_NUMNOZERO

java.lang.Object
  extended by org.jpos.iso.ISOFieldValidator
      extended by org.jpos.iso.IVA_NUM
          extended by org.jpos.iso.IVA_NUMNOZERO
All Implemented Interfaces:
Configurable, ReConfigurable, ISOValidator

public class IVA_NUMNOZERO
extends IVA_NUM

Validator for ASCII numeric and no-zero filled fields.

Title: jPOS

Description: Java Framework for Financial Systems

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

Company: www.jPOS.org

Version:
1.0
Author:
Jose Eduardo Leon

Constructor Summary
IVA_NUMNOZERO()
           
IVA_NUMNOZERO(boolean breakOnError, int minLen, int maxLen, java.lang.String Description)
           
IVA_NUMNOZERO(boolean breakOnError, int minLen, int maxLen, java.lang.String Description, int radix)
           
IVA_NUMNOZERO(boolean breakOnError, int maxLen, java.lang.String Description)
           
IVA_NUMNOZERO(boolean breakOnError, int maxLen, java.lang.String Description, int radix)
           
IVA_NUMNOZERO(boolean breakOnError, java.lang.String Description)
           
IVA_NUMNOZERO(boolean breakOnError, java.lang.String Description, int radix)
           
IVA_NUMNOZERO(int minLen, int maxLen, java.lang.String Description)
           
IVA_NUMNOZERO(int minLen, int maxLen, java.lang.String Description, int radix)
           
IVA_NUMNOZERO(int maxLen, java.lang.String Description)
           
IVA_NUMNOZERO(int minLen, java.lang.String Description, int radix)
           
IVA_NUMNOZERO(java.lang.String Description)
           
IVA_NUMNOZERO(java.lang.String Description, int radix)
           
 
Method Summary
 ISOComponent validate(ISOComponent f)
          Validate that component is not zero-filled.
 
Methods inherited from class org.jpos.iso.IVA_NUM
setConfiguration
 
Methods inherited from class org.jpos.iso.ISOFieldValidator
breakOnError, getDescription, getFieldId, getRejCode, setBreakOnError, setDescription, setFieldId, setMaxLength, setMinLength
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVA_NUMNOZERO

public IVA_NUMNOZERO()

IVA_NUMNOZERO

public IVA_NUMNOZERO(int minLen,
                     int maxLen,
                     java.lang.String Description,
                     int radix)

IVA_NUMNOZERO

public IVA_NUMNOZERO(int minLen,
                     int maxLen,
                     java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(int minLen,
                     java.lang.String Description,
                     int radix)

IVA_NUMNOZERO

public IVA_NUMNOZERO(int maxLen,
                     java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(java.lang.String Description,
                     int radix)

IVA_NUMNOZERO

public IVA_NUMNOZERO(java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     java.lang.String Description,
                     int radix)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     int maxLen,
                     java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     int maxLen,
                     java.lang.String Description,
                     int radix)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     int minLen,
                     int maxLen,
                     java.lang.String Description)

IVA_NUMNOZERO

public IVA_NUMNOZERO(boolean breakOnError,
                     int minLen,
                     int maxLen,
                     java.lang.String Description,
                     int radix)
Method Detail

validate

public ISOComponent validate(ISOComponent f)
                      throws ISOException
Validate that component is not zero-filled.

Specified by:
validate in interface ISOValidator
Overrides:
validate in class IVA_NUM
Parameters:
f - ISOField to validate
Returns:
see validate method in ISOFieldValidator class.
Throws:
ISOException - if any validation error.

jPOS.org