Module jonix.onix2

Class RightsRegion

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

@Deprecated public class RightsRegion extends Object implements OnixElement<RightsRegions>, Serializable
Deprecated.

Rights region

An ONIX code identifying a territorial market which cannot be described in terms of ISO country codes. Optional, and repeatable for as many regions as share the sales rights specified in <SalesRightsType>. Superseded by the new element <RightsTerritory> above, but retained for purposes of upwards compatibility. See note on “Open Market” and “Airport” or “Airside” editions in the introduction to Group PR.21.

Format Fixed-length, three numeric digits.
Codelist List 47
Reference name <RightsRegion>
Short tag <b091>
Example <RightsRegion>000</RightsRegion> Entire world

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • RightsRegion

      public RightsRegion()
      Deprecated.
    • RightsRegion

      public RightsRegion(Element element)
      Deprecated.
  • Method Details

    • __v

      public RightsRegions __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<RightsRegions>
    • 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 (<RightsRegion> or <b091>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<RightsRegion> action)
      Deprecated.
    • codeOrNull

      public String codeOrNull()
      Deprecated.
    • descriptionOrNull

      public String descriptionOrNull()
      Deprecated.