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> |
This tag may be included in the following composites:
Possible placements within ONIX message:- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final FirstPageNumber
static final String
static final String
This 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 insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<FirstPageNumber> 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:
-
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:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-