Module jonix.onix3

Class IllustrationsNote

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

public class IllustrationsNote extends Object implements OnixElement<String>, Serializable

Illustrations and other contents note

For books or other text media only, this data element carries text stating the number and type of illustrations. The text may also include other content items, eg maps, bibliography, tables, index etc. Optional, and repeatable if parallel notes are provided in multiple languages. The language attribute is optional for a single instance of <IllustrationsNote>, but must be included in each instance if <IllustrationsNote> is repeated.

Format Variable length text, suggested maximum length 200 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML or JSON with ONIX text fields
Reference name <IllustrationsNote>
Short tag <b062>
Cardinality 0…n
Attributes language, textformat
Example <b062>500 illustrations, 210 in full color</b062>

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
    • language

      public Languages language
    • textformat

      public TextFormats textformat
    • value

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

      Raw Format: Variable length text, suggested maximum length 200 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML or JSON with ONIX text fields

      (type: XHTML)

    • EMPTY

      public static final IllustrationsNote EMPTY
  • Constructor Details

    • IllustrationsNote

      public IllustrationsNote()
    • IllustrationsNote

      public IllustrationsNote(Element element)
  • Method Details