java.lang.Object
com.tectonica.jonix.onix3.FirstPageNumber
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
First page number
The number of the first page of a sequence of contiguous pages. Mandatory in each occurrence of the <PageRun> composite, and non-repeating. Note that here and in the <LastPageNumber> element a page ‘number’ may be Arabic, Roman, or an alphanumeric string (eg L123).
| Format | Variable length alphanumeric, suggested maximum length 20 characters |
| Reference name | <FirstPageNumber> |
| Short tag | <b286> |
| Cardinality | 1 |
| Example | <FirstPageNumber>23</FirstPageNumber> |
- <
PageRun>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final FirstPageNumberstatic final Stringstatic final String(type: dt.NonEmptyString)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 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:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
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: dt.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
-