Class ISOVField
java.lang.Object
org.jpos.iso.ISOComponent
org.jpos.iso.ISOField
org.jpos.iso.ISOVField
- All Implemented Interfaces:
Externalizable, Serializable, Cloneable, ISOVErrorList
Wrapper class resulting from process of validating an ISOField
instance. Contains details of the original field and validation-error
details too. Normally in validation process when an error is detected
by validator in some field, then the field is replaced by an instance
of this class, containning error details.
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
- See Also:
-
Field Summary
FieldsFields inherited from class ISOField
fieldNumber, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddISOVError(ISOVError Error) Add an ISOVError to the list.Get an error list iterator.Methods inherited from class ISOField
dump, getBytes, getFieldNumber, getKey, getValue, pack, readExternal, setFieldNumber, setValue, unpack, unpack, writeExternalMethods inherited from class ISOComponent
getChildren, getComposite, getMaxField, pack, set, unset
-
Field Details
-
errors
list of errors
-
-
Constructor Details
-
ISOVField
-
ISOVField
-
-
Method Details
-
addISOVError
Description copied from interface:ISOVErrorListAdd an ISOVError to the list.- Specified by:
addISOVErrorin interfaceISOVErrorList- Parameters:
Error- error detailed instance.- Returns:
- true if error list change after operation. See Collection.
- See Also:
-
errorListIterator
Description copied from interface:ISOVErrorListGet an error list iterator.- Specified by:
errorListIteratorin interfaceISOVErrorList- Returns:
- iterator instance.
-