Module jonix.onix3

Class NumberOfItemsOfThisForm

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

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

Number of items of a specified form (product part)

When product parts are listed as a specified number of different items in a specified form, without identifying the individual items, <NumberOfItemsOfThisForm> must be used to carry the quantity, even if the number is ‘1’. Consequently the element is mandatory and non-repeating in an occurrence of the <ProductPart> composite if <NumberOfCopies> is not present; and it must not be used if <ProductIdentifier> is present.

Format Positive integer, suggested maximum length 4 digits
Reference name <NumberOfItemsOfThisForm>
Short tag <x322>
Cardinality 0…1
Example <x322>3</x322>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • NumberOfItemsOfThisForm

      public NumberOfItemsOfThisForm()
    • NumberOfItemsOfThisForm

      public NumberOfItemsOfThisForm(Element element)
  • Method Details