java.lang.Object
com.tectonica.jonix.onix3.PrimaryPart
- All Implemented Interfaces:
OnixFlag
,OnixTag
,Serializable
‘Primary part’ indicator
An empty element that allows a sender to identify a product part as the ‘primary’ part of a multiple-item product. For example, in a ‘book and toy’ or ‘book and DVD’ product, the book may be regarded as the primary part. Optional and non-repeating.
Format | XML empty element |
Reference name | <PrimaryPart> |
Short tag | <x457> |
Cardinality | 0…1 |
Example | <PrimaryPart/> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final PrimaryPart
static final String
static final String
(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<PrimaryPart> action)
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
PrimaryPart
public PrimaryPart() -
PrimaryPart
-
-
Method Details