- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Title text
The text of a title element, excluding any subtitle. Optional and non-repeating, may only be used where <TitlePrefix>, <NoPrefix/> and <TitleWithoutPrefix> are not used.
This element is deprecated – except in cases where the language of the title does not use explicit definite or indefinite articles articles (eg The, A). Other than in such languages, the element is intended to be used only when the sending system cannot reliably provide prefixes that are ignored for sorting purposes in a separate data element. If the system can reliably separate prefixes, it should state whether a prefix is present (using <TitlePrefix> and <TitleWithoutPrefix>) or absent (using <NoPrefix/> and <TitleWithoutPrefix>).
Format | Variable length text, suggested maximum 300 characters |
Reference name | <TitleText> |
Short tag | <b203> |
Cardinality | 0…1 |
Attributes | collationkey, language, textscript, textcase |
Example | <b203 language="eng" textcase="01">Dickens classics</b203> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.(type: dt.NonEmptyString)Deprecated.(type: dt.DateOrDateTime)static final TitleText
Deprecated.Deprecated.static final String
Deprecated.static final String
Deprecated.Deprecated.(type: dt.NonEmptyString)Deprecated.Deprecated.Deprecated.Deprecated.This is the raw content of TitleText. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
Deprecated.indicates whether this tag exists in the ONIX recordvoid
Deprecated.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
Deprecated.- See Also:
-
shortname
Deprecated.- See Also:
-
datestamp
Deprecated.(type: dt.DateOrDateTime) -
sourcename
Deprecated.(type: dt.NonEmptyString) -
sourcetype
Deprecated. -
collationkey
Deprecated.(type: dt.NonEmptyString) -
language
Deprecated. -
textscript
Deprecated. -
textcase
Deprecated. -
value
Deprecated.This is the raw content of TitleText. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum 300 characters
(type: dt.NonEmptyString)
-
EMPTY
Deprecated.
-
-
Constructor Details
-
TitleText
public TitleText()Deprecated. -
TitleText
Deprecated.
-
-
Method Details
-
__v
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Deprecated.Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
Deprecated.
-