Module jonix.onix3

Class Number

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

public class Number extends Object implements OnixElement<Integer>, Serializable

Number of illustrations or other content items

The number of illustrations or other content items of the type specified in <AncillaryContentType>. Optional and non-repeating.

Format Positive integer or zero, suggested maximum length 6 digits
Reference name <Number>
Short tag <b257>
Cardinality 0…1
Example <Number>12</Number>

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 Integer value
      This is the raw content of Number. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Positive integer or zero, suggested maximum length 6 digits

      (type: dt.PositiveIntegerOrZero)

    • EMPTY

      public static final Number EMPTY
  • Constructor Details

    • Number

      public Number()
    • Number

      public Number(Element element)
  • Method Details