Module jonix.onix3

Class AwardingBody

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

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

Awarding body

The name of the organization(s) that awarded the prize. Optional, and repeatable if the text is provided in more than one language. The language attribute is optional for a single instance of <AwardingBody>, but must be included in each instance if <AwardingBody> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <AwardingBody>
Short tag <x584>
Cardinality 0…n
Attributes language
Example <AwardingBody>Deutsche Akademie für Sprache und Dichtung</AwardingBody>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.10
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
    • collationkey

      public String collationkey
      (type: dt.NonEmptyString)
    • language

      public Languages language
    • value

      public String value
      This is the raw content of AwardingBody. 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 AwardingBody EMPTY
  • Constructor Details

    • AwardingBody

      public AwardingBody()
    • AwardingBody

      public AwardingBody(Element element)
  • Method Details