java.lang.Object
com.tectonica.jonix.onix2.PrizeCountry
- All Implemented Interfaces:
OnixElement<Countrys>
,OnixTag
,Serializable
Prize or award country
An ISO standard code identifying the country in which a prize or award is given. Optional and non-repeating.
Format | Fixed-length, two letters. [Note that ISO 3166-1 specifies that country codes shall be sent as upper case only.] |
Codelist | ISO 3166-1 two-letter country codes - List 91 |
Reference name | <PrizeCountry> |
Short tag | <g128> |
Example | <g128>US</g128> |
- <
Prize
>
Product
⯈Prize
⯈PrizeCountry
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final PrizeCountry
static final String
static final String
-
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<PrizeCountry> 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:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
-
EMPTY
-
-
Constructor Details
-
PrizeCountry
public PrizeCountry() -
PrizeCountry
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<Countrys>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-