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