Module jonix.onix3

Class PrefixToKey

java.lang.Object
com.tectonica.jonix.onix3.PrefixToKey
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class PrefixToKey extends Object implements OnixElement<String>, Serializable

Person name part 3: prefix to key names

The third part of a structured name of a person who contributed to the creation of the product: a prefix which precedes the key name(s) but which is not to be treated as part of the key name, eg ‘van’ in Ludwig van Beethoven. This element may also be used for titles that appear after given names and before key names, eg ‘Lord’ in Alfred, Lord Tennyson. Optional and non-repeating.

Format Variable length text, suggested maximum length 100 characters
Reference name <PrefixToKey>
Short tag <b247>
Cardinality 0…1
Attributes collationkey, language, textscript
Example <PrefixToKey>van</PrefixToKey>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • collationkey

      public String collationkey
      (type: dt.NonEmptyString)
    • textscript

      public TextScripts textscript
    • language

      public Languages language
    • value

      public String value
      This is the raw content of PrefixToKey. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final PrefixToKey EMPTY
  • Constructor Details

    • PrefixToKey

      public PrefixToKey()
    • PrefixToKey

      public PrefixToKey(Element element)
  • Method Details