Module jonix.onix3

Class AudienceRangeValue

java.lang.Object
com.tectonica.jonix.onix3.AudienceRangeValue
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class AudienceRangeValue extends Object implements OnixElement<String>, 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, according to the scheme specified in <AudienceRangeQualifier>. (This element was originally defined as a variable-length integer, but its definition was extended in ONIX 2.1 to enable 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>
Cardinality 1
Example <AudienceRangeValue>10</AudienceRangeValue>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public String value
      This is the raw content of AudienceRangeValue. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length string, suggested maximum 10 characters, according to the scheme specified in <AudienceRangeQualifier>. (This element was originally defined as a variable-length integer, but its definition was extended in ONIX 2.1 to enable non-numeric values to be carried. For values that BISAC has defined for US school grades and pre-school levels, see List 77)

      (type: dt.NonEmptyString)

    • EMPTY

      public static final AudienceRangeValue EMPTY
  • Constructor Details

    • AudienceRangeValue

      public AudienceRangeValue()
    • AudienceRangeValue

      public AudienceRangeValue(Element element)
  • Method Details