java.lang.Object
com.tectonica.jonix.onix2.EpubTypeNote
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Epublication type note
A free text description of features of a product which are specific to its appearance as a particular epublication type. Optional and non-repeatable, and can occur only if the <EpubType> field is present.
| Format | Variable-length text, suggested maximum 200 characters |
| Reference name | <EpubTypeNote> |
| Short tag | <b277> |
| Example | <b277>First appearance of this title in Microsoft Reader format</b277> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final EpubTypeNotestatic final Stringstatic final StringThis is the raw content of EpubTypeNote. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadbooleanexists()indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<EpubTypeNote> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of EpubTypeNote. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable-length text, suggested maximum 200 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
EpubTypeNote
public EpubTypeNote() -
EpubTypeNote
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-