Module jonix.onix2

Class ReviewQuote

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

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

Review quote (complete)

A free text excerpt from a review. Optional and repeatable. At the end of the text of the quote, the authorship, source title, and date (if known) should always be included.

The <OtherText> composite on preceding pages provides a more general method of handling review quotes, and is to be preferred.

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 <ReviewQuote>
Short tag <e110>
Example <ReviewQuote>Norman Schur is without doubt the outstanding authority on the similarities and differences between British and American English. BRITISH ENGLISH, A TO ZED attests not only to his expertise, but also to his undiminished powers to inform, amuse and entertain. - Laurence Urdang, Editor, VERBATIM, The Language Quarterly, Spring 1992</ReviewQuote>

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

    • ReviewQuote

      public ReviewQuote()
      Deprecated.
    • ReviewQuote

      public ReviewQuote(Element element)
      Deprecated.
  • Method Details

    • __v

      public String __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<String>
    • exists

      public boolean exists()
      Deprecated.
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<ReviewQuote> or <e110>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<ReviewQuote> action)
      Deprecated.