Module jonix.onix3

Class EventPlace

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

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

Event place

The place of an event to which the product is related. Optional, and repeatable to provide parallel placenames for a single location in multiple languages. The language attribute is optional for a single instance of <EventPlace>, but must be included in each instance if <EventPlace> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <EventPlace>
Short tag <x521>
Cardinality 0…n
Attributes language
Example <EventPlace>Aix-les-Bains, France</EventPlace>

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 EventPlace. 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 EventPlace EMPTY
  • Constructor Details

    • EventPlace

      public EventPlace()
    • EventPlace

      public EventPlace(Element element)
  • Method Details