java.lang.Object
com.tectonica.jonix.onix2.AudienceRangeValue
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,Serializable
Audience range value (1)
A value indicating an exact position within a range, or the upper or lower end of a range.
Format | Variable-length string, suggested maximum 10 characters. (This element was previously defined as a variable-length integer, but its definition is extended in ONIX 2.1 to enable certain non-numeric values to be carried. For values that BISAC has defined for US school grades and pre-school levels, see List 77.) |
Reference name | <AudienceRangeValue> |
Short tag | <b076> |
Example | <b076>10</b076> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final AudienceRangeValue
static final String
static final String
This is the raw content of AudienceRangeValue. -
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<AudienceRangeValue> 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 AudienceRangeValue. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable-length string, suggested maximum 10 characters. (This element was previously defined as a variable-length integer, but its definition is extended in ONIX 2.1 to enable certain non-numeric values to be carried. For values that BISAC has defined for US school grades and pre-school levels, see List 77.)
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
AudienceRangeValue
public AudienceRangeValue() -
AudienceRangeValue
-
-
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
-