Module jonix.onix2

Class AudienceRangeValue

java.lang.Object
com.tectonica.jonix.onix2.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. (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>

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:
    • textformat

      public TextFormats textformat
    • textcase

      public TextCaseFlags textcase
    • language

      public Languages language
    • transliteration

      public TransliterationSchemes transliteration
    • datestamp

      public String datestamp
      (type: DateOrDateTime)
    • sourcetype

      public RecordSourceTypes sourcetype
    • sourcename

      public String sourcename
    • 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. (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

      public static final AudienceRangeValue EMPTY
  • Constructor Details

    • AudienceRangeValue

      public AudienceRangeValue()
    • AudienceRangeValue

      public AudienceRangeValue(Element element)
  • Method Details