java.lang.Object
com.tectonica.jonix.onix2.UPC
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Deprecated.
UPC
Universal Product Code, the cross-industry product numbering and bar-coding system administered in the USA by the Uniform Code Council. Optional and non-repeating. In the US book trade, required for mass-market editions sold in supermarkets and other non-book-trade outlets. The <ProductIdentifier> composite on a later page provides a more general method of handling this and other product codes, and is to be preferred.
Format | Fixed-length, 12 numeric digits. The last digit is a modulus-10 check digit. For more information see http://www.uc-council.org/main/ID_Numbers_and_Bar_Codes.html |
Reference name | <UPC> |
Short tag | <b006> |
Example | <b006>071001005998</b006> |
- <
Product
>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
Deprecated.indicates whether this tag exists in the ONIX recordvoid
Deprecated.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
Deprecated.- See Also:
-
shortname
Deprecated.- See Also:
-
textformat
Deprecated. -
textcase
Deprecated. -
language
Deprecated. -
transliteration
Deprecated. -
datestamp
Deprecated.(type: DateOrDateTime) -
sourcetype
Deprecated. -
sourcename
Deprecated. -
value
Deprecated.This is the raw content of UPC. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Fixed-length, 12 numeric digits. The last digit is a modulus-10 check digit. For more information see http://www.uc-council.org/main/ID_Numbers_and_Bar_Codes.html
(type: NonEmptyString)
-
EMPTY
Deprecated.
-
-
Constructor Details
-
UPC
public UPC()Deprecated. -
UPC
Deprecated.
-
-
Method Details
-
__v
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Deprecated.Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
Deprecated.
-