Module jonix.onix3

Class MessageRepeat

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

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

Message repeat number

A number which distinguishes any repeat transmissions of a message. If this element is used, the original is numbered 1 and repeats are numbered 2, 3 etc. Optional and non-repeating.

Format Positive integer, suggested maximum length 4 digits
Reference name <MessageRepeat>
Short tag <m181>
Cardinality 0…1
Example <m181>2</m181>

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

    • MessageRepeat

      public MessageRepeat()
    • MessageRepeat

      public MessageRepeat(Element element)
  • Method Details