java.lang.Object
com.tectonica.jonix.onix2.PriceTypeDescription
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Price type description
Free text which further describes the price type. Optional and non-repeating. In the Netherlands, when the <PriceQualifier> code identifies a “voucher price”, the <PriceTypeDescription> should give the “EAN action number” that identifies the offer.
Format | Text, suggested maximum length 200 characters |
Reference name | <PriceTypeDescription> |
Short tag | <j262> |
Example | <j262>When purchased as part of a three-item set with …</j262> |
- <
Price
>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final PriceTypeDescription
static final String
static final String
This is the raw content of PriceTypeDescription. -
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<PriceTypeDescription> 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
This is the raw content of PriceTypeDescription. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Text, suggested maximum length 200 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
PriceTypeDescription
public PriceTypeDescription() -
PriceTypeDescription
-
-
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
-