Module jonix.onix2

Class PrizesDescription

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

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

Prizes or awards description

Free text describing prizes or awards which the product has received. Optional and non-repeating. If this field is used, the <Prize< composite must not be used; and vice versa.

The <Prize> composite below provides a more general method of handling prizes, and is to be preferred.

Format Variable-length text, suggested maximum length 500 characters
Reference name <PrizesDescription>
Short tag <g124>
Example <g124>Shortlisted for the Booker Prize, 1998</g124>

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 PrizesDescription. 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

      (type: NonEmptyString)

    • EMPTY

      public static final PrizesDescription EMPTY
      Deprecated.
  • Constructor Details

    • PrizesDescription

      public PrizesDescription()
      Deprecated.
    • PrizesDescription

      public PrizesDescription(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 (<PrizesDescription> or <g124>) is explicitly provided in the ONIX XML
    • ifExists

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