java.lang.Object
com.tectonica.jonix.onix2.MessageRepeat
- All Implemented Interfaces:
OnixElement<String>,OnixTag,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 | Variable-length integer |
| Reference name | <MessageRepeat> |
| Short tag | <m181> |
| Example | <MessageRepeat>2</MessageRepeat> |
- <
Header>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final MessageRepeatstatic final Stringstatic final StringThis is the raw content of MessageRepeat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadbooleanexists()indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<MessageRepeat> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of MessageRepeat. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable-length integer
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
MessageRepeat
public MessageRepeat() -
MessageRepeat
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-