Module jonix.common

Class JonixWebsite

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

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

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixWebsite EMPTY
    • websiteDescriptions

      public List<String> websiteDescriptions
      Raw Format: Variable length text, suggested maximum length 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

    • websiteRole

      public WebsiteRoles websiteRole
  • Constructor Details

    • JonixWebsite

      public JonixWebsite()