Uses of Class
com.fourjs.report.facturx.Quantity
-
Packages that use Quantity Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.basic com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of Quantity in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Quantity Modifier and Type Method Description static QuantityQuantity. fromString(String value)static QuantityQuantity. valueOf(double value)static QuantityQuantity. valueOf(int value)static QuantityQuantity. valueOf(String value)static QuantityQuantity. valueOf(BigDecimal value) -
Uses of Quantity in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Quantity Modifier and Type Method Description QuantityInvoiceLine. getInvoicedQuantity()BT-129:Invoiced quantityQuantityInvoiceLine. getNetItemPriceBaseQuantity()BT-149:Item price base quantityMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Quantity 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()InvoiceLineInvoiceLine. setInvoicedQuantity(Quantity value)InvoiceLineInvoiceLine. setNetItemPriceBaseQuantity(Quantity value) -
Uses of Quantity in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Quantity Modifier and Type Method Description QuantityInvoiceLine. getGrossItemPriceBaseQuantity()BT-149-1:Item price base quantityQuantityInvoiceLine. getInvoicedQuantity()BT-129:Invoiced quantityQuantityInvoiceLine. getNetItemPriceBaseQuantity()BT-149:Item price base quantityMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Quantity 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()InvoiceLineInvoiceLine. setGrossItemPriceBaseQuantity(Quantity value)InvoiceLineInvoiceLine. setInvoicedQuantity(Quantity value)InvoiceLineInvoiceLine. setNetItemPriceBaseQuantity(Quantity value) -
Uses of Quantity in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Quantity Modifier and Type Method Description QuantityDocumentLevelAllowances. getBasisQuantity()EXT:Allowance / charge base quantityQuantityInvoiceLine. getChargeFreeQuantity()EXT:Amount, without chargeQuantityInvoiceLine. getGrossItemPriceBaseQuantity()BT-149-1:Item price base quantityQuantityDetailedInformationOnTheIncludedItems. getIncludedAmount()EXT:Included amountQuantityInvoiceLine. getInvoicedQuantity()BT-129:Invoiced quantityQuantityInvoiceLine. getNetItemPriceBaseQuantity()BT-149:Item price base quantityQuantityInvoiceLine. getPackageQuantity()EXT:Package quantityMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Quantity Modifier and Type Method Description InvoiceLineInvoice. appendNewInvoiceLine(IdentifierType invoiceLineIdentifier, String itemName, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity)Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()DocumentLevelAllowancesDocumentLevelAllowances. setBasisQuantity(Quantity value)InvoiceLineInvoiceLine. setChargeFreeQuantity(Quantity value)InvoiceLineInvoiceLine. setGrossItemPriceBaseQuantity(Quantity value)DetailedInformationOnTheIncludedItemsDetailedInformationOnTheIncludedItems. setIncludedAmount(Quantity value)InvoiceLineInvoiceLine. setInvoicedQuantity(Quantity value)InvoiceLineInvoiceLine. setNetItemPriceBaseQuantity(Quantity value)InvoiceLineInvoiceLine. setPackageQuantity(Quantity value)
-