public class ISOVMsg extends ISOMsg 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
|
| Constructor and Description |
|---|
ISOVMsg(ISOMsg Source)
Create a message from original instance adding error data.
|
ISOVMsg(ISOMsg Source,
ISOVError FirstError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addISOVError(ISOVError Error)
Add an error component to the list of errors.
|
java.util.ListIterator |
errorListIterator()
Get an error iterator instance.
|
clone, clone, clone, dump, getBytes, getBytes, getChildren, getComponent, getComponent, getComposite, getDirection, getFieldNumber, getHeader, getISOHeader, getKey, getMaxField, getMTI, getPackager, getSource, getString, getString, getTrailer, getValue, getValue, getValue, hasAny, hasAny, hasField, hasField, hasFields, hasFields, hasMTI, isAdministrative, isAuthorization, isChargeback, isFeeCollection, isFileAction, isFinancial, isIncoming, isInner, isNetworkManagement, isOutgoing, isReconciliation, isRequest, isResponse, isRetransmission, isReversal, merge, merge, move, pack, readDirection, readExternal, readHeader, readPackager, recalcBitMap, set, set, set, set, set, set, setDirection, setFieldNumber, setHeader, setHeader, setMTI, setPackager, setResponseMTI, setRetransmissionMTI, setSource, setTrailer, setValue, toString, unpack, unpack, unset, unset, unset, unset, writeDirection, writeExternal, writeHeader, writePackagergetBytes, packpublic ISOVMsg(ISOMsg Source)
Source - Original msg instance.public boolean addISOVError(ISOVError Error)
addISOVError in interface ISOVErrorListError - Error instance to add.ISOVErrorpublic java.util.ListIterator errorListIterator()
errorListIterator in interface ISOVErrorList