java.lang.Object
com.tectonica.jonix.onix3.EditionVersionNumber
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Edition version number
The number of a numbered revision within an edition number. To be used only where a publisher uses such two-level numbering to indicate revisions which do not constitute a new edition under a new ISBN or other distinctive product identifier. Optional and non-repeating. If this field is used, an <EditionNumber> must also be present.
Format | Variable length text, suggested maximum length 50 characters |
Reference name | <EditionVersionNumber> |
Short tag | <b217> |
Cardinality | 0…1 |
Example | <b217>2</b217> (Second revised impression of this edition) |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final EditionVersionNumber
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of EditionVersionNumber. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<EditionVersionNumber> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
This is the raw content of EditionVersionNumber. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum length 50 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
EditionVersionNumber
public EditionVersionNumber() -
EditionVersionNumber
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-