Module jonix.onix3

Class PalletQuantity

java.lang.Object
com.tectonica.jonix.onix3.PalletQuantity
All Implemented Interfaces:
OnixElement<Integer>, OnixTag, Serializable

public class PalletQuantity extends Object implements OnixElement<Integer>, Serializable

Pallet quantity

The quantity (number of copies) on each complete pallet in stock currently held by the supplier. Optional and non-repeating. Of course, orders do not have to be aligned to the pallet quantity, but for bulk orders, it may be useful to know how many pallets will be required for a delivery.

Format Positive integer, suggested maximum length 7 digits
Reference name <PalletQuantity>
Short tag <x545>
Cardinality 0…1
Example <PalletQuantity>960</PalletQuantity>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.05
See Also:
  • Field Details

  • Constructor Details

    • PalletQuantity

      public PalletQuantity()
    • PalletQuantity

      public PalletQuantity(Element element)
  • Method Details