Module jonix.onix3

Class NoSupplement

java.lang.Object
com.tectonica.jonix.onix3.NoSupplement
All Implemented Interfaces:
OnixFlag, OnixTag, Serializable

public class NoSupplement extends Object implements OnixFlag, Serializable

“No supplement” indicator

An empty element that provides a positive indication there is no alternative ‘generic’ supplement to be used in cases where there is a vendor-specific supplement (indicated using <SalesOutlet> with the same <SequenceNumber> specified within the Supplement manifest). The empty <NoSupplement/> must be used – and must only be used – when no <BodyManifest> is present within the Supplement manifest.

Format XML empty element
Reference name <NoSupplement>
Short tag <x579>
Cardinality 0…1
Example <NoSupplement/>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • NoSupplement

      public NoSupplement()
    • NoSupplement

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

      public void ifExists(Consumer<NoSupplement> action)