Module jonix.onix3

Class PrizeName

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

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

Prize or award name

The name of a prize or award which the product or work has received. Mandatory in each occurrence of the <Prize> composite, and repeatable to provide a parallel award name in multiple languages. The language attribute is optional for a single instance of <PrizeName>, but must be included in each instance if <PrizeName> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <PrizeName>
Short tag <g126>
Cardinality 1…n
Attributes language
Example <PrizeName>Man Booker Prize</PrizeName>

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 PrizeName. 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 100 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final PrizeName EMPTY
  • Constructor Details

    • PrizeName

      public PrizeName()
    • PrizeName

      public PrizeName(Element element)
  • Method Details