Module jonix.onix2

Class ConferenceRole

java.lang.Object
com.tectonica.jonix.onix2.ConferenceRole
All Implemented Interfaces:
OnixElement<EventRoles>, OnixTag, Serializable

@Deprecated public class ConferenceRole extends Object implements OnixElement<EventRoles>, Serializable
Deprecated.

Conference role

An ONIX code which indicates the relationship between the product and a conference to which it is related, eg Proceedings of / Selected papers from / Developed from. Optional and non-repeating. The <Conference> composite on a later page provides a more general method of handling conference detail, and is to be preferred.

Format Fixed-length, two numeric digits
Codelist List 20
Reference name <ConferenceRole>
Short tag <b051>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ConferenceRole

      public ConferenceRole()
      Deprecated.
    • ConferenceRole

      public ConferenceRole(Element element)
      Deprecated.
  • Method Details

    • __v

      public EventRoles __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<EventRoles>
    • exists

      public boolean exists()
      Deprecated.
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<ConferenceRole> or <b051>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<ConferenceRole> action)
      Deprecated.
    • codeOrNull

      public String codeOrNull()
      Deprecated.
    • descriptionOrNull

      public String descriptionOrNull()
      Deprecated.