Uses of Class
com.fourjs.report.facturx.profiles.extended.ExtendedPrecedingInvoiceReference
-
Packages that use ExtendedPrecedingInvoiceReference Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ExtendedPrecedingInvoiceReference in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ExtendedPrecedingInvoiceReference Modifier and Type Method Description ExtendedPrecedingInvoiceReference
InvoiceLine. appendNewExtendedPrecedingInvoiceReference()
Creates an ExtendedPrecedingInvoiceReference object and appends it to the list obtainable by a call to getInvoiceLine.getExtendedPrecedingInvoiceReferences()
ExtendedPrecedingInvoiceReference
ExtendedPrecedingInvoiceReference. setPrecedingInvoiceIssueDate(LocalDate value)
ExtendedPrecedingInvoiceReference
ExtendedPrecedingInvoiceReference. setPrecedingInvoiceReference(DocumentReference value)
ExtendedPrecedingInvoiceReference
ExtendedPrecedingInvoiceReference. setPrecedingInvoiceTypecode(Codes.InvoiceTypeCode value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type ExtendedPrecedingInvoiceReference Modifier and Type Method Description List<ExtendedPrecedingInvoiceReference>
InvoiceLine. getExtendedPrecedingInvoiceReferences()
Returns a list of ExtendedPrecedingInvoiceReference objects previously created by calls toInvoiceLine.appendNewExtendedPrecedingInvoiceReference()
-