Module jonix.common

Class JonixAudienceRange

java.lang.Object
com.tectonica.jonix.common.struct.JonixAudienceRange
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixAudienceRange extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents both Onix2 <AudienceRange> and Onix3 <AudienceRange>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixAudienceRange EMPTY
    • audienceRangePrecisions

      public List<AudienceRangePrecisions> audienceRangePrecisions
    • audienceRangeQualifier

      public AudienceRangeQualifiers audienceRangeQualifier
    • audienceRangeValues

      public List<String> audienceRangeValues
      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)

  • Constructor Details

    • JonixAudienceRange

      public JonixAudienceRange()