Uses of Class
com.fourjs.report.facturx.profiles.extended.InvoiceLineObjectIdentifier
-
Packages that use InvoiceLineObjectIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of InvoiceLineObjectIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return InvoiceLineObjectIdentifier Modifier and Type Method Description InvoiceLineObjectIdentifier
InvoiceLine. appendNewInvoiceLineObjectIdentifier()
Creates an InvoiceLineObjectIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getInvoiceLineObjectIdentifiers()
InvoiceLineObjectIdentifier
InvoiceLineObjectIdentifier. setInvoiceLineObjectIdentifier(Identifier value)
InvoiceLineObjectIdentifier
InvoiceLineObjectIdentifier. setInvoiceLineObjectIdentifierIdentificationschemeIdentifier(Codes.ReferenceCodeIdentifier value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type InvoiceLineObjectIdentifier Modifier and Type Method Description List<InvoiceLineObjectIdentifier>
InvoiceLine. getInvoiceLineObjectIdentifiers()
Returns a list of InvoiceLineObjectIdentifier objects previously created by calls toInvoiceLine.appendNewInvoiceLineObjectIdentifier()
-