Module jonix.onix3

Class AncillaryContentDescription

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

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

Illustration or other content type description

Text describing the type of illustration or other content to which an occurrence of the composite refers, when a code is insufficient. Optional, and repeatable if parallel descriptive text is provided in multiple languages. Required when <AncillaryContentType> carries the value 00. The language attribute is optional for a single instance of <AncillaryContentDescription>, but must be included in each instance if <AncillaryContentDescription> is repeated.

Format Variable length text, suggested maximum length 100 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields
Reference name <AncillaryContentDescription>
Short tag <x424>
Cardinality 0…n
Attributes language, textformat
Example <x424 language="eng">Full color stickers</x424>

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 AncillaryContentDescription. 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 100 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

    • EMPTY

      public static final AncillaryContentDescription EMPTY
  • Constructor Details

    • AncillaryContentDescription

      public AncillaryContentDescription()
    • AncillaryContentDescription

      public AncillaryContentDescription(Element element)
  • Method Details