Module jonix.onix2

Class NoSeries

java.lang.Object
com.tectonica.jonix.onix2.NoSeries
All Implemented Interfaces:
OnixFlag, OnixTag, Serializable

public class NoSeries extends Object implements OnixFlag, Serializable

“No series” indicator

An empty element that provides a positive indication that a product does not belong to a series. Intended to be used in an ONIX accreditation scheme to confirm that series information is being consistently supplied in publisher ONIX feeds. Optional and non-repeating. Must only be sent in a record that has no instances of the <Series> composite.

Format XML empty element
Reference name <NoSeries>
Short tag <n338>
Example <NoSeries/>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.1
See Also:
  • Field Details

  • Constructor Details

    • NoSeries

      public NoSeries()
    • NoSeries

      public NoSeries(Element element)
  • Method Details

    • exists

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

      public void ifExists(Consumer<NoSeries> action)