Module jonix.onix3

Class EditionNumber

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

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

Edition number

The number of a numbered edition. Optional and non-repeating. Normally sent only for the second and subsequent editions, but by agreement between parties to an ONIX exchange or when a first and a subsequent edition are available at the same time, a first edition may be explicitly numbered.

Format Positive integer, suggested maximum length 4 digits
Reference name <EditionNumber>
Short tag <b057>
Cardinality 0…1
Example <b057>3</b057> (Third edition)

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 EditionNumber. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Positive integer, suggested maximum length 4 digits

      (type: dt.PositiveInteger)

    • EMPTY

      public static final EditionNumber EMPTY
  • Constructor Details

    • EditionNumber

      public EditionNumber()
    • EditionNumber

      public EditionNumber(Element element)
  • Method Details