Module jonix.common

Class JonixAncillaryContent

java.lang.Object
com.tectonica.jonix.common.struct.JonixAncillaryContent
All Implemented Interfaces:
JonixKeyedStruct<IllustrationAndOtherContentTypes>, JonixStruct, Serializable

public class JonixAncillaryContent extends Object implements JonixKeyedStruct<IllustrationAndOtherContentTypes>, Serializable
This class is a JonixStruct that represents Onix3 <AncillaryContent>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixAncillaryContent EMPTY
    • ancillaryContentType

      public IllustrationAndOtherContentTypes ancillaryContentType
      the key of this struct (by which it can be looked up)
    • ancillaryContentDescriptions

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

    • number

      public Integer number
      Raw Format: Positive integer or zero, suggested maximum length 6 digits

      (type: dt.PositiveIntegerOrZero)

  • Constructor Details

    • JonixAncillaryContent

      public JonixAncillaryContent()
  • Method Details