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, writeExternal
getChildren, getComposite, getMaxField, pack, set, unset
public ISOVField(ISOField Source)
Source
- original field instance.public boolean addISOVError(ISOVError Error)
ISOVErrorList
addISOVError
in interface ISOVErrorList
Error
- error detailed instance.ISOVError
public java.util.ListIterator errorListIterator()
ISOVErrorList
errorListIterator
in interface ISOVErrorList