java.lang.Object
com.tectonica.jonix.onix3.LatestReprintNumber
- All Implemented Interfaces:
OnixElement<Integer>,OnixTag,Serializable
Latest reprint number
The number of the most recent reprint (or current ‘impression number’) of the product. Optional and non-repeating. This element is used only in certain countries where there is a legal requirement to record reprints.
| Format | Positive integer, suggested maximum four digits |
| Reference name | <LatestReprintNumber> |
| Short tag | <x446> |
| Cardinality | 0…1 |
| Example | <LatestReprintNumber>12</LatestReprintNumber> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final LatestReprintNumberstatic final Stringstatic final String(type: dt.NonEmptyString)This is the raw content of LatestReprintNumber. -
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<LatestReprintNumber> 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:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
This is the raw content of LatestReprintNumber. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Positive integer, suggested maximum four digits
(type: dt.PositiveInteger)
-
EMPTY
-
-
Constructor Details
-
LatestReprintNumber
public LatestReprintNumber() -
LatestReprintNumber
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<Integer>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-