Module jonix.onix3

Class Subtitle

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

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

Subtitle

The text of a subtitle, if any. ‘Subtitle‘ means any added words which appear with the title element given in an occurrence of the <TitleElement> composite, and which amplify and explain the title element, but which are not considered to be part of the title element itself. Optional and non-repeating.

Format Variable length text, suggested maximum 300 characters
Reference name <Subtitle>
Short tag <b029>
Cardinality 0…1
Attributes collationkey, language, textscript, textcase
Example <Subtitle textcase="02">The Russian Revolution 1891-1924</Subtitle>

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
    • collationkey

      public String collationkey
      (type: dt.NonEmptyString)
    • language

      public Languages language
    • textscript

      public TextScripts textscript
    • textcase

      public TextCaseFlags textcase
    • value

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

      Raw Format: Variable length text, suggested maximum 300 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final Subtitle EMPTY
  • Constructor Details

    • Subtitle

      public Subtitle()
    • Subtitle

      public Subtitle(Element element)
  • Method Details