|
jPOS 1.6.7 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.iso.ISOComponent
org.jpos.iso.ISOField
org.jpos.iso.ISOVField
public class ISOVField
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
| Constructor Summary | |
|---|---|
ISOVField(ISOField Source)
Creates the vfield. |
|
ISOVField(ISOField Source,
ISOVError FirstError)
|
|
| Method Summary | |
|---|---|
boolean |
addISOVError(ISOVError Error)
Add an ISOVError to the list. |
java.util.ListIterator |
errorListIterator()
Get an error list iterator. |
| Methods inherited from class org.jpos.iso.ISOField |
|---|
dump, getBytes, getKey, getValue, pack, readExternal, setFieldNumber, setValue, unpack, unpack, writeExternal |
| Methods inherited from class org.jpos.iso.ISOComponent |
|---|
getChildren, getComposite, getMaxField, pack, set, unset |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISOVField(ISOField Source)
Source - original field instance.
public ISOVField(ISOField Source,
ISOVError FirstError)
| Method Detail |
|---|
public boolean addISOVError(ISOVError Error)
ISOVErrorList
addISOVError in interface ISOVErrorListError - error detailed instance.
ISOVErrorpublic java.util.ListIterator errorListIterator()
ISOVErrorList
errorListIterator in interface ISOVErrorList
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||