Module jonix.onix2

Class TitleWithoutPrefix

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

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

Title text without prefix

Full text of the distinctive title of the product, without abbreviation or abridgement, and without the title prefix. Optional and non-repeating; can only be used if the <TitlePrefix> element is also present. 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 <TitleWithoutPrefix>
Short tag <b031>
Example <b031>shameful life of Salvador Dali</b031>

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 TitleWithoutPrefix. 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 TitleWithoutPrefix EMPTY
      Deprecated.
  • Constructor Details

    • TitleWithoutPrefix

      public TitleWithoutPrefix()
      Deprecated.
    • TitleWithoutPrefix

      public TitleWithoutPrefix(Element element)
      Deprecated.
  • Method Details