Uses of Class
com.fourjs.report.facturx.Codes.VATCategoryCode
-
-
Uses of Codes.VATCategoryCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.VATCategoryCode Modifier and Type Method Description static Codes.VATCategoryCodeCodes.VATCategoryCode. fromString(String value)Convert a String to a VATCategoryCode.static Codes.VATCategoryCodeCodes.VATCategoryCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.VATCategoryCode[]Codes.VATCategoryCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.VATCategoryCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.VATCategoryCode Modifier and Type Method Description Codes.VATCategoryCodeDocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()BT-95:Document level allowance VAT category codeCodes.VATCategoryCodeInvoiceLine. getInvoicedItemVATCategoryCode()BT-151:Invoiced item VAT category codeCodes.VATCategoryCodeVATBreakdown. getVATCategoryCode()BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.VATCategoryCode Modifier and Type Method Description InvoiceLineInvoice. appendNewInvoiceLine(IdentifierType invoiceLineIdentifier, String itemName, UnitPriceAmount itemNetPrice, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity, Codes.VATCategoryCode invoicedItemVATCategoryCode)Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()VATBreakdownInvoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)InvoiceLineInvoiceLine. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)VATBreakdownVATBreakdown. setVATCategoryCode(Codes.VATCategoryCode value) -
Uses of Codes.VATCategoryCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.VATCategoryCode Modifier and Type Method Description Codes.VATCategoryCodeDocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()BT-95:Document level allowance VAT category codeCodes.VATCategoryCodeVATBreakdown. getVATCategoryCode()BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.VATCategoryCode Modifier and Type Method Description VATBreakdownInvoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)VATBreakdownVATBreakdown. setVATCategoryCode(Codes.VATCategoryCode value) -
Uses of Codes.VATCategoryCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.VATCategoryCode Modifier and Type Method Description Codes.VATCategoryCodeDocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()BT-95:Document level allowance VAT category codeCodes.VATCategoryCodeInvoiceLine. getInvoicedItemVATCategoryCode()BT-151:Invoiced item VAT category codeCodes.VATCategoryCodeVATBreakdown. getVATCategoryCode()BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.VATCategoryCode Modifier and Type Method Description InvoiceLineInvoice. appendNewInvoiceLine(IdentifierType invoiceLineIdentifier, String itemName, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity, Codes.VATCategoryCode invoicedItemVATCategoryCode)Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()VATBreakdownInvoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)InvoiceLineInvoiceLine. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)VATBreakdownVATBreakdown. setVATCategoryCode(Codes.VATCategoryCode value) -
Uses of Codes.VATCategoryCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.VATCategoryCode Modifier and Type Method Description Codes.VATCategoryCodeIncludedTax. getCategoryCode()EXT:CategoryCodeCodes.VATCategoryCodeDocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()BT-95:Document level allowance VAT category codeCodes.VATCategoryCodeInvoiceLine. getIncludedTaxForB2CCategoryCode()EXT:Included tax for B2CCodes.VATCategoryCodeLineVATInformation. getInvoicedItemVATCategoryCode()BT-151:Invoiced item VAT category codeCodes.VATCategoryCodeDetailedInformationOnTaxInformation. getTaxCategory()EXT:Tax categoryCodes.VATCategoryCodeVATBreakdown. getVATCategoryCode()BT-118:VAT category code
-