Module jonix.onix2

Class BiographicalNote

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

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

Biographical note

A biographical note about a contributor to the product. (See the <OtherText> composite in Group PR.15 for a biographical note covering all contributors to a product in a single text.) Optional and non-repeating. May occur with a person name or with a corporate name. A biographical note in ONIX should always contain the name of the person or body concerned, and it should always be presented as a piece of continuous text consisting of full sentences. Some recipients of ONIX data feeds will not accept text which has embedded URLs. A contributor website link can be sent using the <Website> composite on the next page.

The <BiographicalNote> element may carry any of the following ONIX attributes: textformat, language, transliteration, textcase.

Format Variable-length text, suggested maximum length 500 characters (XHTML is enabled in this element - see ONIX for Books - Product Information Message - XML Message Specification, Section 7)
Reference name <BiographicalNote>
Short tag <b044>
Example <BiographicalNote>Umberto Eco, professor of semiotics at the University of Bologna, and author of “The Name Of The Rose” and “Foucault's Pendulum”, is one of the world's bestselling novelists.</BiographicalNote>

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:
    • textformat

      public TextFormats textformat
    • textcase

      public TextCaseFlags textcase
    • language

      public Languages language
    • transliteration

      public TransliterationSchemes transliteration
    • datestamp

      public String datestamp
      (type: DateOrDateTime)
    • sourcetype

      public RecordSourceTypes sourcetype
    • sourcename

      public String sourcename
    • value

      public String value
      This is the raw content of BiographicalNote. 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 500 characters (XHTML is enabled in this element - see ONIX for Books - Product Information Message - XML Message Specification, Section 7)

      (type: XHTML)

    • EMPTY

      public static final BiographicalNote EMPTY
  • Constructor Details

    • BiographicalNote

      public BiographicalNote()
    • BiographicalNote

      public BiographicalNote(Element element)
  • Method Details