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