public class ISOVField extends ISOField implements ISOVErrorList
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 java.util.LinkedList |
errors
list of errors
|
fieldNumber, value| Constructor and Description |
|---|
ISOVField(ISOField Source)
Creates the vfield.
|
ISOVField(ISOField Source,
ISOVError FirstError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addISOVError(ISOVError Error)
Add an ISOVError to the list.
|
java.util.ListIterator |
errorListIterator()
Get an error list iterator.
|
dump, getBytes, getFieldNumber, getKey, getValue, pack, readExternal, setFieldNumber, setValue, unpack, unpack, writeExternalgetChildren, getComposite, getMaxField, pack, set, unsetpublic ISOVField(ISOField Source)
Source - original field instance.public boolean addISOVError(ISOVError Error)
ISOVErrorListaddISOVError in interface ISOVErrorListError - error detailed instance.ISOVErrorpublic java.util.ListIterator errorListIterator()
ISOVErrorListerrorListIterator in interface ISOVErrorList