Module jonix.onix3

Class LastPageNumber

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

public class LastPageNumber extends Object implements OnixElement<String>, Serializable

Last page number

The number of the last page of a sequence of contiguous pages (ignoring any blank verso which is left after the last text page). This element is omitted if an item begins and ends on the same page; otherwise it should occur once and only once in each occurrence of the <PageRun> composite.

Format Variable length alphanumeric, suggested maximum length 20 characters
Reference name <LastPageNumber>
Short tag <b287>
Cardinality 0…1
Example <b287>35</b287>

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 LastPageNumber. 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 LastPageNumber EMPTY
  • Constructor Details

    • LastPageNumber

      public LastPageNumber()
    • LastPageNumber

      public LastPageNumber(Element element)
  • Method Details