Module jonix.onix3

Class SourceTitle

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

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

Source title

The title of a publication from which the text sent in the <Text> element was taken, eg if it is a review quote. Optional, and repeatable to provide the title in multiple languages. The language attribute is optional for a single instance of <SourceTitle>, but must be included in each instance if <SourceTitle> is repeated.

Format Variable length text, suggested maximum length 300 characters
Reference name <SourceTitle>
Short tag <x428>
Cardinality 0…n
Attributes language
Example <x428>New York Times</x428>

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

      public Languages language
    • value

      public String value
      This is the raw content of SourceTitle. 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: dt.NonEmptyString)

    • EMPTY

      public static final SourceTitle EMPTY
  • Constructor Details

    • SourceTitle

      public SourceTitle()
    • SourceTitle

      public SourceTitle(Element element)
  • Method Details