Module jonix.onix2

Class BICVersion

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

public class BICVersion extends Object implements OnixElement<String>, Serializable

BIC subject category version number

A number identifying the version of the BIC subject category scheme used in <BICMainSubject>. Optional and non-repeating, and may only occur when <BICMainSubject> is also present.

Format Free form - in practise expected to be an integer. Suggested maximum length 10 characters, for consistency with other version number elements.
Reference name <BICVersion>
Short tag <b066>
Example <BICVersion>1</BICVersion>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • BICVersion

      public BICVersion()
    • BICVersion

      public BICVersion(Element element)
  • Method Details