Module jonix.onix3

Class SubjectSchemeVersion

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

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

Subject scheme version number

A number which identifies a version or edition of the subject scheme specified in the associated <SubjectSchemeIdentifier> element. Optional and non-repeating.

Format Variable length alphanumeric, suggested maximum length 10 characters for consistency with other version number elements
Reference name <SubjectSchemeVersion>
Short tag <b068>
Cardinality 0…1
Example <SubjectSchemeVersion>2.1</SubjectSchemeVersion>

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:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

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

      Raw Format: Variable length alphanumeric, suggested maximum length 10 characters for consistency with other version number elements

      (type: dt.NonEmptyString)

    • EMPTY

      public static final SubjectSchemeVersion EMPTY
  • Constructor Details

    • SubjectSchemeVersion

      public SubjectSchemeVersion()
    • SubjectSchemeVersion

      public SubjectSchemeVersion(Element element)
  • Method Details