Module jonix.onix3

Class PrizeStatement

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

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

Prize statement

A short free-text description of the prize or award, intended primarily for display. Optional, and repeatable if the text is provided in more than one language. The language attribute is optional for a single instance of <PrizeStatement>, but must be included in each instance if <PrizeStatement> is repeated.

<PrizeStatement> is intended for display purposes only. When used, a <PrizeStatement> must be complete in itself, ie it should not be treated as merely supplementary to other elements within the <Prize> composite. Nor should <PrizeStatement> be supplied instead of those other elements – at minimum, the <PrizeCode> element, and whenever appropriate the <PrizeYear> element should be supplied.

Format Variable length text, suggested maximum length 500 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields
Reference name <PrizeStatement>
Short tag <x503>
Cardinality 0…n
Attributes language, textformat
Example <PrizeStatement language="eng" textformat="05"><p>Joint winner of the <cite>Mao Dun Literature Prize</cite>, 2000</p></PrizeStatement>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
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
    • textformat

      public TextFormats textformat
    • value

      public String value
      This is the raw content of PrizeStatement. 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 Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

    • EMPTY

      public static final PrizeStatement EMPTY
  • Constructor Details

    • PrizeStatement

      public PrizeStatement()
    • PrizeStatement

      public PrizeStatement(Element element)
  • Method Details