Uses of Class
com.fourjs.report.facturx.Codes.UnitOfMeasure
-
-
Uses of Codes.UnitOfMeasure in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.UnitOfMeasure Modifier and Type Method Description static Codes.UnitOfMeasure
Codes.UnitOfMeasure. fromString(String value)
Convert a String to a UnitOfMeasure.static Codes.UnitOfMeasure
Codes.UnitOfMeasure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.UnitOfMeasure[]
Codes.UnitOfMeasure. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.UnitOfMeasure in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.UnitOfMeasure Modifier and Type Method Description Codes.UnitOfMeasure
InvoiceLine. getInvoicedQuantityUnitOfMeasureCode()
BT-130:Invoiced quantity unit of measure codeCodes.UnitOfMeasure
InvoiceLine. getNetItemPriceBaseQuantityUnitOfMeasureCode()
BT-150:Item price base quantity unit of measure codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.UnitOfMeasure 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()
InvoiceLine
InvoiceLine. setInvoicedQuantityUnitOfMeasureCode(Codes.UnitOfMeasure value)
InvoiceLine
InvoiceLine. setNetItemPriceBaseQuantityUnitOfMeasureCode(Codes.UnitOfMeasure value)
-
Uses of Codes.UnitOfMeasure in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.UnitOfMeasure Modifier and Type Method Description Codes.UnitOfMeasure
InvoiceLine. getGrossItemPriceBaseQuantityUnitOfMeasureCode()
BT-150-1:Item price base quantity unit of measure codeCodes.UnitOfMeasure
InvoiceLine. getInvoicedQuantityUnitOfMeasureCode()
BT-130:Invoiced quantity unit of measure codeCodes.UnitOfMeasure
InvoiceLine. getNetItemPriceBaseQuantityUnitOfMeasureCode()
BT-150:Item price base quantity unit of measure codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.UnitOfMeasure 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()
InvoiceLine
InvoiceLine. setGrossItemPriceBaseQuantityUnitOfMeasureCode(Codes.UnitOfMeasure value)
InvoiceLine
InvoiceLine. setInvoicedQuantityUnitOfMeasureCode(Codes.UnitOfMeasure value)
InvoiceLine
InvoiceLine. setNetItemPriceBaseQuantityUnitOfMeasureCode(Codes.UnitOfMeasure value)
-
Uses of Codes.UnitOfMeasure in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.UnitOfMeasure Modifier and Type Method Description Codes.UnitOfMeasure
PaymentTerms. getBasisPeriodMeasureUnitCode()
EXT:Maturity Period, Unit codeCodes.UnitOfMeasure
DocumentLevelAllowances. getBasisQuantityUnitCode()
EXT:Price base quantity, unitCodes.UnitOfMeasure
InvoiceLine. getChargeFreeQuantityMeasurementUnit()
EXT:Measurement unitCodes.UnitOfMeasure
InvoiceLine. getGrossItemPriceBaseQuantityUnitOfMeasureCode()
BT-150-1:Item price base quantity unit of measure codeCodes.UnitOfMeasure
InvoiceLine. getInvoicedQuantityUnitOfMeasureCode()
BT-130:Invoiced quantity unit of measure codeCodes.UnitOfMeasure
DetailedInformationOnTheIncludedItems. getMeasurementUnit()
EXT:Measurement unitCodes.UnitOfMeasure
ItemAttributes. getMeasurementUnit()
EXT:Measurement UnitCodes.UnitOfMeasure
InvoiceLine. getNetItemPriceBaseQuantityUnitOfMeasureCode()
BT-150:Item price base quantity unit of measure codeCodes.UnitOfMeasure
InvoiceLine. getPackageQuantityMeasurementUnit()
EXT:Measurement unitCodes.UnitOfMeasure
PaymentTerms. getUnitCode()
EXT:unitCode
-