Uses of Class
com.fourjs.report.facturx.profiles.extended.ProductEndUserIdentifierSchemeIdentifier
-
Packages that use ProductEndUserIdentifierSchemeIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ProductEndUserIdentifierSchemeIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ProductEndUserIdentifierSchemeIdentifier Modifier and Type Method Description ProductEndUserIdentifierSchemeIdentifier
Invoice. appendNewProductEndUserIdentifierSchemeIdentifier()
Creates a ProductEndUserIdentifierSchemeIdentifier object and appends it to the list obtainable by a call to getInvoice.getProductEndUserIdentifierSchemeIdentifiers()
ProductEndUserIdentifierSchemeIdentifier
ProductEndUserIdentifierSchemeIdentifier. setProductEndUserIdentifierIdentificationSchemeIdentifier(String value)
ProductEndUserIdentifierSchemeIdentifier
ProductEndUserIdentifierSchemeIdentifier. setProductEndUserIdentifierSchemeIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type ProductEndUserIdentifierSchemeIdentifier Modifier and Type Method Description List<ProductEndUserIdentifierSchemeIdentifier>
Invoice. getProductEndUserIdentifierSchemeIdentifiers()
Returns a list of ProductEndUserIdentifierSchemeIdentifier objects previously created by calls toInvoice.appendNewProductEndUserIdentifierSchemeIdentifier()
-