java.lang.Object
com.tectonica.jonix.onix3.PrefixToKey
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,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> |
Product
⯈DescriptiveDetail
⯈Contributor
⯈AlternativeName
⯈PrefixToKey
Product
⯈ContentDetail
⯈ContentItem
⯈Contributor
⯈AlternativeName
⯈PrefixToKey
Product
⯈PromotionDetail
⯈PromotionalEvent
⯈Contributor
⯈AlternativeName
⯈PrefixToKey
Product
⯈DescriptiveDetail
⯈Collection
⯈Contributor
⯈AlternativeName
⯈PrefixToKey
Product
⯈DescriptiveDetail
⯈NameAsSubject
⯈AlternativeName
⯈PrefixToKey
Product
⯈ContentDetail
⯈ContentItem
⯈NameAsSubject
⯈AlternativeName
⯈PrefixToKey
Product
⯈DescriptiveDetail
⯈Contributor
⯈PrefixToKey
Product
⯈ContentDetail
⯈ContentItem
⯈Contributor
⯈PrefixToKey
Product
⯈PromotionDetail
⯈PromotionalEvent
⯈Contributor
⯈PrefixToKey
Product
⯈DescriptiveDetail
⯈Collection
⯈Contributor
⯈PrefixToKey
Product
⯈DescriptiveDetail
⯈NameAsSubject
⯈PrefixToKey
Product
⯈ContentDetail
⯈ContentItem
⯈NameAsSubject
⯈PrefixToKey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.NonEmptyString)(type: dt.DateOrDateTime)static final PrefixToKey
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of PrefixToKey. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<PrefixToKey> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
collationkey
(type: dt.NonEmptyString) -
textscript
-
language
-
value
This is the raw content of PrefixToKey. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum length 100 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
PrefixToKey
public PrefixToKey() -
PrefixToKey
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-