Uses of Class
org.cdgsoftware.icl.ReturnBundle

Packages that use ReturnBundle
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. 
 

Uses of ReturnBundle in org.cdgsoftware.icl
 

Methods in org.cdgsoftware.icl that return types with arguments of type ReturnBundle
 java.util.ArrayList<ReturnBundle> CashLetter.getReturnBundleList()
          Gets the return bundle list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type ReturnBundle
 void CashLetter.setReturnBundleList(java.util.ArrayList<ReturnBundle> returnBundleList)
          Sets the return bundle list.
 

Constructor parameters in org.cdgsoftware.icl with type arguments of type ReturnBundle
CashLetter(CashLetterHeaderRecord cashLetterHeader, java.util.ArrayList<ForwardPresentmentBundle> forwardPresentmentBundleList, java.util.ArrayList<ReturnBundle> returnBundleList, CashLetterControlRecord cashLetterControl)
          Instantiates a new cash letter.