Uses of Class
org.cdgsoftware.icl.record.Record

Packages that use Record
org.cdgsoftware.icl.reader Provides classes for reading X9.37 files into an ICLFile or into an ArrayList of records 
org.cdgsoftware.icl.record Provides classes that represent individual records as defined in the X9.37 2003 specification 
 

Uses of Record in org.cdgsoftware.icl.reader
 

Methods in org.cdgsoftware.icl.reader that return types with arguments of type Record
 java.util.ArrayList<Record> ICLFileRecordReader.getRecords()
          Gets the records.
 java.util.ArrayList<Record> ICLFileRecordReader.read()
          Read.
 

Uses of Record in org.cdgsoftware.icl.record
 

Subclasses of Record in org.cdgsoftware.icl.record
 class BundleControlRecord
          The Class BundleControlRecord.
 class BundleHeaderRecord
          The Class BundleHeaderRecord.
 class CashLetterControlRecord
          The Class CashLetterControlRecord.
 class CashLetterHeaderRecord
          The Class FileHeaderRecord.
 class CheckDetailAddendumARecord
          The Class CheckDetailAddendumARecord.
 class CheckDetailRecord
          The Class CheckDetailRecord.
 class FileControlRecord
          The Class FileControlRecord.
 class FileHeaderRecord
          The Class FileHeaderRecord.
 class ImageViewAnalysisRecord
          The Class ImageViewAnalysisRecord.
 class ImageViewDataRecord
          The Class ImageViewDataRecord.
 class ImageViewDetailRecord
          The Class ImageViewDetailRecord.