Uses of Class
com.fourjs.report.facturx.profiles.extended.LineVATInformation
-
Packages that use LineVATInformation Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of LineVATInformation in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return LineVATInformation Modifier and Type Method Description LineVATInformationInvoiceLine. appendNewLineVATInformation(Codes.VATCategoryCode invoicedItemVATCategoryCode)Creates a LineVATInformation object and appends it to the list obtainable by a call to getInvoiceLine.getLineVATInformationList()LineVATInformationLineVATInformation. setExemptionReason(String value)LineVATInformationLineVATInformation. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)LineVATInformationLineVATInformation. setInvoicedItemVATRate(Percentage value)LineVATInformationLineVATInformation. setTaxAmount(UnitPriceAmount value)LineVATInformationLineVATInformation. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type LineVATInformation Modifier and Type Method Description List<LineVATInformation>InvoiceLine. getLineVATInformationList()Returns a list of LineVATInformation objects previously created by calls toInvoiceLine.appendNewLineVATInformation(Codes.VATCategoryCode)
-