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 LineVATInformation
InvoiceLine. appendNewLineVATInformation(Codes.VATCategoryCode invoicedItemVATCategoryCode)
Creates a LineVATInformation object and appends it to the list obtainable by a call to getInvoiceLine.getLineVATInformationList()
LineVATInformation
LineVATInformation. setExemptionReason(String value)
LineVATInformation
LineVATInformation. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)
LineVATInformation
LineVATInformation. setInvoicedItemVATRate(Percentage value)
LineVATInformation
LineVATInformation. setTaxAmount(UnitPriceAmount value)
LineVATInformation
LineVATInformation. 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)
-