Module jonix.onix3

Class TextAuthor

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

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

Author of text

The name of an author of text sent in the <Text> element, eg if it is a review or promotional quote. Optional, and repeatable if the text is jointly authored.

Format Variable length text, suggested maximum length 300 characters
Reference name <TextAuthor>
Short tag <d107>
Cardinality 0…n
Attributes language
Example <d107>Martin Amis</d107>

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

    • TextAuthor

      public TextAuthor()
    • TextAuthor

      public TextAuthor(Element element)
  • Method Details