Module jonix.onix2

Class MarketTerritory

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

public class MarketTerritory extends Object implements OnixElement<Set<String>>, Serializable

Market territory

One or more ONIX codes identifying a territory which is not a country, but which is precisely defined in geographical terms, eg World, Northern Ireland, Australian Capital Territory. Successive codes are separated by spaces. Thus the element can carry an unlimited number of territory codes. Optional, but each occurrence of the <MarketRepresentation> composite must carry either an occurrence of <MarketCountry> or an occurrence of <MarketTerritory>, to specify the market concerned. Non-repeating.

Format One or more variable-length codes, each consisting of upper case letters with or without a hyphen, successive codes being separated by spaces. Suggested maximum length 100 characters.
Codelist List 49 Where possible and appropriate, country subdivision codes are derived from the UN LOCODE scheme based on ISO 3166.
Reference name <MarketTerritory>
Short tag <j404>
Example <MarketTerritory>WORLD</MarketTerritory> Whole world
<MarketTerritory>GB-EWS</MarketTerritory> UK excluding Northern Ireland

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.12
See Also:
  • Field Details

  • Constructor Details

    • MarketTerritory

      public MarketTerritory()
    • MarketTerritory

      public MarketTerritory(Element element)
  • Method Details