Packages
org.cdgsoftware.icl Here are the primary classes for working with a complete file after it has been read into memory, or for generating a new file from scratch.
org.cdgsoftware.icl.field Provides classes that represent generics of an individual field by field type
org.cdgsoftware.icl.field.type Provides field types that check their input datatype per the X9.37 2003 specification
org.cdgsoftware.icl.field.validation Provides custom field validators that go beyond field type checking
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
org.cdgsoftware.icl.test Provides JUnit test cases
org.cdgsoftware.icl.util Provides utility helper classes
org.cdgsoftware.icl.writer Provides classes for writing X9.37 2003 files
org.jpos.iso Provides classes utilized by the X9.37 library from the jPos.org project
org.jpos.util Provides classes utilized by the X9.37 library from the jPos.org project