java.lang.Object
com.tectonica.jonix.onix2.FirstPageNumber
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
First page number
The number of the page on which a text item begins in a paginated product. Optional and non-repeating; required when the text item is being referenced as part of a structured table of contents.
| Format | Variable-length alphanumeric, suggested maximum length 20 characters |
| Reference name | <FirstPageNumber> |
| Short tag | <b286> |
| Example | <b286>vii</b286> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final FirstPageNumberstatic final Stringstatic final StringThis is the raw content of FirstPageNumber. -
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<FirstPageNumber> 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 FirstPageNumber. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable-length alphanumeric, suggested maximum length 20 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
FirstPageNumber
public FirstPageNumber() -
FirstPageNumber
-
-
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
-