java.lang.Object
com.tectonica.jonix.onix2.PrizeName
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Prize or award name
The name of a prize or award which the product has received. Mandatory in each occurrence of the <Prize> composite, and non-repeating.
Format | Variable-length text, suggested maximum length 100 characters |
Reference name | <PrizeName> |
Short tag | <g126> |
Example | <g126>Booker Prize</g126> |
- <
Prize
>
- See Also:
-
Field Summary
Fields -
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
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:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of PrizeName. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable-length text, suggested maximum length 100 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
PrizeName
public PrizeName() -
PrizeName
-
-
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
-