java.lang.Object
com.tectonica.jonix.onix3.EventSponsorIdentifier
- All Implemented Interfaces:
OnixComposite,OnixComposite.OnixDataComposite<JonixEventSponsorIdentifier>,OnixComposite.OnixDataCompositeWithKey<JonixEventSponsorIdentifier,,NameIdentifierTypes> OnixTag,Serializable
public class EventSponsorIdentifier
extends Object
implements OnixComposite.OnixDataCompositeWithKey<JonixEventSponsorIdentifier,NameIdentifierTypes>, Serializable
Event sponsor identifier composite
An optional and repeatable group of data elements which together carry a coded identifier for an organizer or sponsor of an event.
| Reference name | <EventSponsorIdentifier> |
| Short tag | <eventsponsoridentifier> |
| Cardinality | 0…n |
- Since:
- Onix-3.03
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixComposite
OnixComposite.OnixDataComposite<V extends JonixStruct>, OnixComposite.OnixDataCompositeUncommon, OnixComposite.OnixDataCompositeWithKey<V extends JonixKeyedStruct<K>,K extends Enum<K> & OnixCodelist>, OnixComposite.OnixSuperComposite -
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final EventSponsorIdentifierstatic final Stringstatic final String(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is an internal API.asStruct()An ONIX code which identifies the scheme from which the value in the <IDValue> element is taken.booleanexists()indicates whether this tag exists in the ONIX recordFor advanced use-cases only.A name which identifies a proprietary identifier scheme when, and only when, the code in the <EventSponsorIDType> element indicates a proprietary scheme.idValue()A code value taken from the scheme specified in the <EventSponsorIDType> element.voidifExists(Consumer<EventSponsorIdentifier> action)
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
EventSponsorIdentifier
public EventSponsorIdentifier() -
EventSponsorIdentifier
-
-
Method Details
-
_initialize
public void _initialize()Description copied from interface:OnixCompositeThis 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:
_initializein interfaceOnixComposite
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-
getXmlElement
Description copied from interface:OnixCompositeFor advanced use-cases only.- Specified by:
getXmlElementin interfaceOnixComposite- Returns:
- native representation of the XML element underlying to this tag
-
eventSponsorIDType
An ONIX code which identifies the scheme from which the value in the <IDValue> element is taken. Mandatory in each occurrence of the <EventSponsorIdentifier> composite, and non-repeating.
JONIX adds: this field is required -
idValue
A code value taken from the scheme specified in the <EventSponsorIDType> element. Mandatory in each occurrence of the composite, and non-repeating.
JONIX adds: this field is required -
idTypeName
A name which identifies a proprietary identifier scheme when, and only when, the code in the <EventSponsorIDType> element indicates a proprietary scheme. Optional and non-repeating.
JONIX adds: this field is optional -
asStruct
- Specified by:
asStructin interfaceOnixComposite.OnixDataComposite<JonixEventSponsorIdentifier>
-
structKey
- Specified by:
structKeyin interfaceOnixComposite.OnixDataCompositeWithKey<JonixEventSponsorIdentifier,NameIdentifierTypes>
-