Uses of Class
org.sourceforge.ifx.framework.element.InvoiceLineItem

Packages that use InvoiceLineItem
org.sourceforge.ifx.framework.complextype Generated classes for the complextype package. 
org.sourceforge.ifx.framework.remit.complextype   
 

Uses of InvoiceLineItem in org.sourceforge.ifx.framework.complextype
 

Methods in org.sourceforge.ifx.framework.complextype that return InvoiceLineItem
 InvoiceLineItem[] InvoiceInfo_Type.getInvoiceLineItem()
          Getter for invoiceLineItem
 

Methods in org.sourceforge.ifx.framework.complextype with parameters of type InvoiceLineItem
 void InvoiceInfo_Type.setInvoiceLineItem(InvoiceLineItem[] _invoiceLineItem)
          Setter for invoiceLineItem
 

Uses of InvoiceLineItem in org.sourceforge.ifx.framework.remit.complextype
 

Methods in org.sourceforge.ifx.framework.remit.complextype that return InvoiceLineItem
 InvoiceLineItem[] InvoiceInfo_Type.getInvoiceLineItem()
          Getter for invoiceLineItem
 

Methods in org.sourceforge.ifx.framework.remit.complextype with parameters of type InvoiceLineItem
 void InvoiceInfo_Type.setInvoiceLineItem(InvoiceLineItem[] _invoiceLineItem)
          Setter for invoiceLineItem