Module jonix.onix3

Class FirstPageNumber

java.lang.Object
com.tectonica.jonix.onix3.FirstPageNumber
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class FirstPageNumber extends Object implements OnixElement<String>, 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>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public String value
      This is the raw content of FirstPageNumber. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length alphanumeric, suggested maximum length 20 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final FirstPageNumber EMPTY
  • Constructor Details

    • FirstPageNumber

      public FirstPageNumber()
    • FirstPageNumber

      public FirstPageNumber(Element element)
  • Method Details