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 ExtendedPrecedingInvoiceReferenceInvoiceLine. appendNewExtendedPrecedingInvoiceReference()Creates an ExtendedPrecedingInvoiceReference object and appends it to the list obtainable by a call to getInvoiceLine.getExtendedPrecedingInvoiceReferences()ExtendedPrecedingInvoiceReferenceExtendedPrecedingInvoiceReference. setPrecedingInvoiceIssueDate(LocalDate value)ExtendedPrecedingInvoiceReferenceExtendedPrecedingInvoiceReference. setPrecedingInvoiceReference(DocumentReference value)ExtendedPrecedingInvoiceReferenceExtendedPrecedingInvoiceReference. 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()
-