Module jonix.onix2

Class RegionCode

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

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

Region code

An ONIX code identifying a region with which a contributor is particularly associated, when this is significant for the marketing of a product. Optional and repeatable.

Format Variable-length code, consisting of upper case letters with or without a hyphen, successive codes being separated by spaces. Suggested maximum length 8 characters.
Codelist List 49 Where possible and appropriate, country subdivision codes are derived from the UN LOCODE scheme based on ISO 3166.
Reference name <RegionCode>
Short tag <b398>
Example <b398>CA-BC</b398> British Columbia

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.12
See Also:
  • Field Details

  • Constructor Details

    • RegionCode

      public RegionCode()
    • RegionCode

      public RegionCode(Element element)
  • Method Details