Module jonix.common

Class JonixConferenceSponsorIdentifier

java.lang.Object
com.tectonica.jonix.common.struct.JonixConferenceSponsorIdentifier
All Implemented Interfaces:
JonixKeyedStruct<NameIdentifierTypes>, JonixStruct, Serializable

public class JonixConferenceSponsorIdentifier extends Object implements JonixKeyedStruct<NameIdentifierTypes>, Serializable
This class is a JonixStruct that represents Onix2 <ConferenceSponsorIdentifier>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixConferenceSponsorIdentifier EMPTY
    • conferenceSponsorIDType

      public NameIdentifierTypes conferenceSponsorIDType
      the key of this struct (by which it can be looked up)
    • idTypeName

      public String idTypeName
      Raw Format: Free text, suggested maximum length 50 characters

      (type: NonEmptyString)

    • idValue

      public String idValue
      Raw Format: According to the identifier type specified in <ProductIDType>

      (type: NonEmptyString)

  • Constructor Details

    • JonixConferenceSponsorIdentifier

      public JonixConferenceSponsorIdentifier()
  • Method Details