Module jonix.onix3

Class PositionOnList

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

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

Position on list

The position that a product has reached on a bestseller list specified in <ListName>. Optional and non-repeating. The <ListName> element must also be present if <PositionOnList> is included.

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

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PositionOnList

      public PositionOnList()
    • PositionOnList

      public PositionOnList(Element element)
  • Method Details