Module jonix.onix3

Class EpubLicenseName

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

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

Digital product license name

The name or title of the license. Mandatory in any <EpubLicense> composite, and repeatable to provide the license name in multiple languages. The language attribute is optional for a single instance of <EpubLicenseName>, but must be included in each instance if <EpubLicenseName> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <EpubLicenseName>
Short tag <x511>
Cardinality 1…n
Attributes language
Example <x511>Elsevier e‑book EULA v5</x511>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
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
    • value

      public String value
      This is the raw content of EpubLicenseName. 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

      (type: dt.NonEmptyString)

    • EMPTY

      public static final EpubLicenseName EMPTY
  • Constructor Details

    • EpubLicenseName

      public EpubLicenseName()
    • EpubLicenseName

      public EpubLicenseName(Element element)
  • Method Details