Uses of Class
com.fourjs.report.facturx.profiles.extended.ItemClassificationIdentifier
-
Packages that use ItemClassificationIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ItemClassificationIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ItemClassificationIdentifier Modifier and Type Method Description ItemClassificationIdentifier
InvoiceLine. appendNewItemClassificationIdentifier()
Creates an ItemClassificationIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getItemClassificationIdentifiers()
ItemClassificationIdentifier
ItemClassificationIdentifier. setClassificationName(String value)
ItemClassificationIdentifier
ItemClassificationIdentifier. setItemClassificationIdentifierschemeIdentifierschemeVersionIdentifier(Identifier value)
ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeIdentifier(Codes.ItemTypeIdentificationCode value)
ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeVersionIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type ItemClassificationIdentifier Modifier and Type Method Description List<ItemClassificationIdentifier>
InvoiceLine. getItemClassificationIdentifiers()
Returns a list of ItemClassificationIdentifier objects previously created by calls toInvoiceLine.appendNewItemClassificationIdentifier()
-