Module jonix.onix2

Class ReplacedByEAN13

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

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

Replaced-by EAN-13 article number

The EAN-13 article number of a new product which replaces the current product. 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 <ReplacedByEAN13>
Short tag <h131>
Example <h131>9788474339796</h131>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ReplacedByEAN13

      public ReplacedByEAN13()
      Deprecated.
    • ReplacedByEAN13

      public ReplacedByEAN13(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 (<ReplacedByEAN13> or <h131>) is explicitly provided in the ONIX XML
    • ifExists

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