Uses of Class
com.fourjs.report.facturx.profiles.en16931.ItemClassificationIdentifier
-
Packages that use ItemClassificationIdentifier Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of ItemClassificationIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 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. setItemClassificationIdentifierschemeIdentifierschemeVersionIdentifier(Identifier value)
ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeIdentifier(Codes.ItemTypeIdentificationCode value)
ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeVersionIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.en16931 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()
-