Module jonix.onix2

Class TranslationOfTitle

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

@Deprecated public class TranslationOfTitle extends Object implements OnixElement<String>, Serializable
Deprecated.

Translation-of title

Title of a work from which the product is translated, without abbreviation or abridgement. Optional and non-repeating. The <Title> composite on a later page provides a more general method of handling all forms of title, and is to be preferred.

Format Variable-length text, suggested maximum length 300 characters
Reference name <TranslationOfTitle>
Short tag <b032>
Example <b032 language="ita">L'Isola del Giorno Prima</b032>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      Deprecated.
      See Also:
    • shortname

      public static final String shortname
      Deprecated.
      See Also:
    • textformat

      public TextFormats textformat
      Deprecated.
    • textcase

      public TextCaseFlags textcase
      Deprecated.
    • language

      public Languages language
      Deprecated.
    • transliteration

      public TransliterationSchemes transliteration
      Deprecated.
    • datestamp

      public String datestamp
      Deprecated.
      (type: DateOrDateTime)
    • sourcetype

      public RecordSourceTypes sourcetype
      Deprecated.
    • sourcename

      public String sourcename
      Deprecated.
    • value

      public String value
      Deprecated.
      This is the raw content of TranslationOfTitle. 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 length 300 characters

      (type: NonEmptyString)

    • EMPTY

      public static final TranslationOfTitle EMPTY
      Deprecated.
  • Constructor Details

    • TranslationOfTitle

      public TranslationOfTitle()
      Deprecated.
    • TranslationOfTitle

      public TranslationOfTitle(Element element)
      Deprecated.
  • Method Details