Module jonix.onix3

Class WebsiteDescription

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

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

Website description

Free text describing the nature of the website which is linked through the <WebsiteLink> element. Optional, and repeatable to provide parallel descriptive text in multiple languages. The language attribute is optional for a single instance of <WebsiteDescription>, but must be included in each instance if <WebsiteDescription> is repeated.

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
Reference name <WebsiteDescription>
Short tag <b294>
Cardinality 0…n
Attributes language, textformat
Example <b294>Includes author bio, gallery of photos, interview, complete bibliography and links to download book covers as mobile phone wallpapers</b294>

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

      (type: XHTML)

    • EMPTY

      public static final WebsiteDescription EMPTY
  • Constructor Details

    • WebsiteDescription

      public WebsiteDescription()
    • WebsiteDescription

      public WebsiteDescription(Element element)
  • Method Details