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.VATCategoryCode
Codes.VATCategoryCode. fromString(String value)
Convert a String to a VATCategoryCode.static Codes.VATCategoryCode
Codes.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.VATCategoryCode
DocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()
BT-95:Document level allowance VAT category codeCodes.VATCategoryCode
InvoiceLine. getInvoicedItemVATCategoryCode()
BT-151:Invoiced item VAT category codeCodes.VATCategoryCode
VATBreakdown. getVATCategoryCode()
BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.VATCategoryCode Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier 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()
VATBreakdown
Invoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)
Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)
InvoiceLine
InvoiceLine. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)
VATBreakdown
VATBreakdown. 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.VATCategoryCode
DocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()
BT-95:Document level allowance VAT category codeCodes.VATCategoryCode
VATBreakdown. getVATCategoryCode()
BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.VATCategoryCode Modifier and Type Method Description VATBreakdown
Invoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)
Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)
VATBreakdown
VATBreakdown. 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.VATCategoryCode
DocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()
BT-95:Document level allowance VAT category codeCodes.VATCategoryCode
InvoiceLine. getInvoicedItemVATCategoryCode()
BT-151:Invoiced item VAT category codeCodes.VATCategoryCode
VATBreakdown. getVATCategoryCode()
BT-118:VAT category codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.VATCategoryCode Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier 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()
VATBreakdown
Invoice. appendNewVATBreakdown(Codes.VATCategoryCode vATCategoryCode)
Creates a VATBreakdown object and appends it to the list obtainable by a call to getInvoice.getVATBreakdowns()
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATCategoryCode(Codes.VATCategoryCode value)
InvoiceLine
InvoiceLine. setInvoicedItemVATCategoryCode(Codes.VATCategoryCode value)
VATBreakdown
VATBreakdown. 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.VATCategoryCode
IncludedTax. getCategoryCode()
EXT:CategoryCodeCodes.VATCategoryCode
DocumentLevelAllowances. getDocumentLevelAllowanceVATCategoryCode()
BT-95:Document level allowance VAT category codeCodes.VATCategoryCode
LineVATInformation. getInvoicedItemVATCategoryCode()
BT-151:Invoiced item VAT category codeCodes.VATCategoryCode
VATBreakdown. getVATCategoryCode()
BT-118:VAT category code
-