Module jonix.onix2

Class BASICVersion

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

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

BISAC subject category version number

A number identifying the version of the BISAC subject categories used in <BASICMainSubject>. Optional and non-repeating, and may only occur when <BASICMainSubject> is also present.

Format Free form - in practise expected to be an integer or a decimal number such as “2.01”. Suggested maximum length 10 characters, for consistency with other version number elements.
Reference name <BASICVersion>
Short tag <b200>
Example <b200>2.01</b200>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • textformat

      public TextFormats textformat
    • textcase

      public TextCaseFlags textcase
    • language

      public Languages language
    • transliteration

      public TransliterationSchemes transliteration
    • datestamp

      public String datestamp
      (type: DateOrDateTime)
    • sourcetype

      public RecordSourceTypes sourcetype
    • sourcename

      public String sourcename
    • value

      public String value
      This is the raw content of BASICVersion. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Free form - in practise expected to be an integer or a decimal number such as “2.01”. Suggested maximum length 10 characters, for consistency with other version number elements.

      (type: NonEmptyString)

    • EMPTY

      public static final BASICVersion EMPTY
  • Constructor Details

    • BASICVersion

      public BASICVersion()
    • BASICVersion

      public BASICVersion(Element element)
  • Method Details