Module jonix.onix2

Class ReplacesEAN13

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

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

Replaces EAN.UCC-13 article number

The EAN.UCC-13 article number of a former product which the current product replaces. Optional and non-repeating. Note, however, that the <RelatedProduct> composite in Group PR.23 provides a more general method of handling this type of link. This is now the preferred ONIX approach. The <ReplacesISBN> element is retained only for upwards compatibility.

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

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ReplacesEAN13

      public ReplacesEAN13()
      Deprecated.
    • ReplacesEAN13

      public ReplacesEAN13(Element element)
      Deprecated.
  • Method Details

    • __v

      public String __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<String>
    • exists

      public boolean exists()
      Deprecated.
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<ReplacesEAN13> or <b011>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<ReplacesEAN13> action)
      Deprecated.