Module jonix.onix2

Class AlternativeFormatEAN13

java.lang.Object
com.tectonica.jonix.onix2.AlternativeFormatEAN13
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

@Deprecated public class AlternativeFormatEAN13 extends Object implements OnixElement<String>, Serializable
Deprecated.

Alternative format EAN-13 article number

EAN-13 article number identifying an alternative format in which the product is available. Optional and non-repeating. The <RelatedProduct> composite on a later page provides a more general method of handling related items, and is to be preferred.

Format Fixed-length, 13 numeric digits.
Reference name <AlternativeFormatEAN13>
Short tag <h133>
Example <AlternativeFormatEAN13>9788474339796</AlternativeFormatEAN13>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • AlternativeFormatEAN13

      public AlternativeFormatEAN13()
      Deprecated.
    • AlternativeFormatEAN13

      public AlternativeFormatEAN13(Element element)
      Deprecated.
  • Method Details