Module jonix.onix3

Class EventAcronym

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

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

Event acronym

An acronym used as a short form of the name of an event or series of events given in the <EventName> element. Optional, and repeatable to provide parallel acronyms for a single event in multiple languages. The language attribute is optional for a single instance of <EventAcronym>, but must be included in each instance if <EventAcronym> is repeated.

Format Variable length text, suggested maximum length 20 characters
Reference name <EventAcronym>
Short tag <x517>
Cardinality 0…n
Attributes language
Example <EventAcronym>UNFCCC COP21</EventAcronym>

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 EventAcronym. 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 20 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final EventAcronym EMPTY
  • Constructor Details

    • EventAcronym

      public EventAcronym()
    • EventAcronym

      public EventAcronym(Element element)
  • Method Details