Module jonix.onix2

Class Conference

java.lang.Object
com.tectonica.jonix.onix2.Conference
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixSuperComposite, OnixTag, Serializable

public class Conference extends Object implements OnixComposite.OnixSuperComposite, Serializable

Conference composite

A group of data elements which together describe a conference to which the product is related. Repeatable if the product contains material from two or more conferences.

Reference name <Conference>
Short tag <conference>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.1
See Also:
  • Field Details

  • Constructor Details

    • Conference

      public Conference()
    • Conference

      public Conference(Element element)
  • Method Details

    • _initialize

      public void _initialize()
      Description copied from interface: OnixComposite
      This is an internal API. Since Jonix 8.0, composite objects are being populated lazily. This method initiates the population process, and is invoked internally by the accessor APIs of the composites
      Specified by:
      _initialize in interface OnixComposite
    • exists

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

      public void ifExists(Consumer<Conference> action)
    • getXmlElement

      public Element getXmlElement()
      Description copied from interface: OnixComposite
      For advanced use-cases only.
      Specified by:
      getXmlElement in interface OnixComposite
      Returns:
      native representation of the XML element underlying to this tag
    • conferenceName

      public ConferenceName conferenceName()

      The name of a conference or conference series to which the product is related. This element is mandatory in each occurrence of the <Conference> composite, and non-repeating.

      Jonix-Comment: this field is required
    • conferenceRole

      public ConferenceRole conferenceRole()

      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.

      Jonix-Comment: this field is optional
    • conferenceAcronym

      public ConferenceAcronym conferenceAcronym()

      An acronym used as a short form of the name of a conference or conference series given in the <ConferenceName> element. Optional and non-repeating.

      Jonix-Comment: this field is optional
    • conferenceNumber

      public ConferenceNumber conferenceNumber()

      The number of a conference to which the product is related, within a conference series. Optional and non-repeating.

      Jonix-Comment: this field is optional
    • conferenceTheme

      public ConferenceTheme conferenceTheme()

      The thematic title of an individual conference in a series that has a series name in the <ConferenceName> element. Optional and non-repeating.

      Jonix-Comment: this field is optional
    • conferenceDate

      public ConferenceDate conferenceDate()

      The date of a conference to which the product is related. Optional and non-repeating.

      Jonix-Comment: this field is optional
    • conferencePlace

      public ConferencePlace conferencePlace()

      The place of a conference to which the product is related. Optional and non-repeating.

      Jonix-Comment: this field is optional
    • conferenceSponsors

      public ListOfOnixComposite<ConferenceSponsor> conferenceSponsors()

      A repeatable group of data elements which together identify a sponsor of a conference.

      Jonix-Comment: this list may be empty
    • websites

      A repeatable group of data elements which together identify and provide pointers to a website which is related to the conference identified in an occurrence of the <Conference> composite.

      Jonix-Comment: this list may be empty