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