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 ItemClassificationIdentifierInvoiceLine. appendNewItemClassificationIdentifier()Creates an ItemClassificationIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getItemClassificationIdentifiers()ItemClassificationIdentifierItemClassificationIdentifier. setItemClassificationIdentifierschemeIdentifierschemeVersionIdentifier(IdentifierType value)ItemClassificationIdentifierItemClassificationIdentifier. setSchemeIdentifier(Codes.ItemTypeIdentificationCode value)ItemClassificationIdentifierItemClassificationIdentifier. 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()
-