java.lang.Object
com.tectonica.jonix.onix2.Annotation
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Deprecated.
Annotation
A brief descriptive paragraph about the product, length strictly limited to 350 characters. Optional and non-repeating. The <OtherText> composite on the next page provides a more general method of handling annotations, and is to be preferred.
The <Annotation> element may carry any of the following ONIX attributes: textformat, language, transliteration, textcase.
Format | Variable-length text, maximum 350 characters (XHTML is enabled in this element - see ONIX for Books - Product Information Message - XML Message Specification, Section 7) |
Reference name | <Annotation> |
Short tag | <d100> |
Example | <d100>Set on the Greek island of Cephallonia during World War II, this is the story of a beautiful young woman and her two suitors: a gentle fisherman turned ruthless guerrilla, and the charming mandolin-playing head of the Italian garrison on the island.</d100> |
- <
Product
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.(type: DateOrDateTime)static final Annotation
Deprecated.Deprecated.static final String
Deprecated.static final String
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.This is the raw content of Annotation. -
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
ifExists
(Consumer<Annotation> action) 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:
-
textformat
Deprecated. -
textcase
Deprecated. -
language
Deprecated. -
transliteration
Deprecated. -
datestamp
Deprecated.(type: DateOrDateTime) -
sourcetype
Deprecated. -
sourcename
Deprecated. -
value
Deprecated.This is the raw content of Annotation. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable-length text, maximum 350 characters (XHTML is enabled in this element - see ONIX for Books - Product Information Message - XML Message Specification, Section 7)
(type: XHTML)
-
EMPTY
Deprecated.
-
-
Constructor Details
-
Annotation
public Annotation()Deprecated. -
Annotation
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.
-