UserImageAnalysisInterface methods
The class com.ibm.icpcs.gatewayserver.user.UserImageAnalysis implements
UserImageAnalysisInterface and has fields for each of the setter methods in this interface. IQA user exit implementations should extend this class to shield themselves from future
additions to this interface.
The interface
com.ibm.icpcs.gatewayserver.user.UserImageAnalysisInterface provides the
following access methods for the IQA user exits that implement it. getFileHdrRec()- Retrieves the current file header record (type 01).
getFileCtrRec()- Retrieves the current file control record (type 99).
getCashLetterHdrRec()- Retrieves the current cash letter header record (type 10).
getCashLetterCtrRec()- Retrieves the current cash letter control record (type 90).
getCycleId()- Retrieves the cycle identifier that is being used for processing the current transmission. When processing outbound transmissions, this method returns a null value.
getCycleDate()- Retrieves the cycle date that is being used for processing the current transmission. When processing outbound transmissions, this method returns a null value.
getEntryNum()- Retrieves the entry number that is being used for processing the current transmission. When processing outbound transmissions, this method returns a null value.
getSortType()- Retrieves the sort type that is being used for processing the current transmission. When processing outbound transmissions, this method returns a null value.
getBankNum()- Retrieves the bank number that is being used for processing the current transmission. When processing outbound transmissions, this method returns a null value.
getFileName()- Retrieves the name of the transmission that is currently being processed.
getIqaUserParameters()- Retrieves the IQA user parameters from the XML processing control file.