Module jonix.onix3

Class EventName

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

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

Event name

The name of an event or series of events to which the product is related. This element is mandatory in each occurrence of the <Event> composite, and repeatable to provide parallel names for a single event in multiple languages (eg ‘United Nations Climate Change Conference’ and « Conférences des Nations unies sur les changements climatiques »). The language attribute is optional for a single instance of <EventName>, but must be included in each instance if <EventName> is repeated.

Format Variable length text, suggested maximum length 200 characters
Reference name <EventName>
Short tag <x516>
Cardinality 1…n
Attributes language
Example <x516 language="fre">Conférences des Nations unies sur les changements climatiques</x516> (United Nations Climate Change Conference)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.03
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 EventName. 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 200 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final EventName EMPTY
  • Constructor Details

    • EventName

      public EventName()
    • EventName

      public EventName(Element element)
  • Method Details