Uses of Class
com.fourjs.report.facturx.profiles.en16931.InvoiceLineObjectIdentifier
-
Packages that use InvoiceLineObjectIdentifier Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of InvoiceLineObjectIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 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.en16931 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()
-