Module jonix.onix2

Class ConferenceSponsor

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

public class ConferenceSponsor extends Object implements OnixComposite.OnixSuperComposite, Serializable

Conference sponsor composite

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

Reference name <ConferenceSponsor>
Short tag <conferencesponsor>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-2.1
See Also:
  • Field Details

  • Constructor Details

    • ConferenceSponsor

      public ConferenceSponsor()
    • ConferenceSponsor

      public ConferenceSponsor(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 (<ConferenceSponsor> or <conferencesponsor>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<ConferenceSponsor> 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
    • conferenceSponsorIdentifier

      public ConferenceSponsorIdentifier conferenceSponsorIdentifier()

      A repeatable group of data elements which together carry a coded identifier for a sponsor of a conference.

      Jonix-Comment: this field is required
    • personName

      public PersonName personName()

      The name of a person, used here for a personal sponsor of a conference.

      Jonix-Comment: this field is optional
    • corporateName

      public CorporateName corporateName()

      The name of a corporate body, used here for a corporate sponsor of a conference.

      Jonix-Comment: this field is optional