java.lang.Object
com.tectonica.jonix.onix3.CollectionElementLevel
- All Implemented Interfaces:
OnixElement<TitleElementLevels>
,OnixTag
,Serializable
public class CollectionElementLevel
extends Object
implements OnixElement<TitleElementLevels>, Serializable
Collection title element level
An ONIX code indicating the level of the collection title element (collection level or sub-collection level) to which the identifier in the <IDValue> element is assigned. Optional in each occurrence of the <CollectionIdentifier> composite, and non-repeating.
When used, the specified level must match the level of a <TitleElement> within the same Collection composite, or – is there is no <TitleDetail> within the Collection composite – the level of a <TitleElement> within Group P.6.
Format | Fixed-length text, two digits |
Codelist | List 149 Note that codes 01, 04 cannot be used. |
Reference name | <CollectionElementLevel> |
Short tag | <x586> |
Cardinality | 0…1 |
Example | <x586>03</x586> (Identifier is assigned to the sub-collection) |
- Since:
- Onix-3.10
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final CollectionElementLevel
static final String
static final String
(type: dt.NonEmptyString) -
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<CollectionElementLevel> 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:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
-
EMPTY
-
-
Constructor Details
-
CollectionElementLevel
public CollectionElementLevel() -
CollectionElementLevel
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<TitleElementLevels>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-