Module jonix.onix3

Class PublisherName

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

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

Publisher name

The name of an entity associated with the publishing of a product. Mandatory if there is no publisher identifier in an occurrence of the <Publisher> composite, and optional if a publisher identifier is included. Repeatable if the entity is officially known by names in multiple languages. The language attribute is optional for a single instance of <PublisherName>, but must be included in each instance if <PublisherName> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <PublisherName>
Short tag <b081>
Cardinality 0…n
Attributes collationkey, language, textscript
Example <PublisherName>Reed International Books</PublisherName>
<b081 language="eng">World Health Organization</b081> <b081 language="fre">Organisation mondiale de la santé</b081>

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
    • collationkey

      public String collationkey
      (type: dt.NonEmptyString)
    • language

      public Languages language
    • textscript

      public TextScripts textscript
    • value

      public String value
      This is the raw content of PublisherName. 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 PublisherName EMPTY
  • Constructor Details

    • PublisherName

      public PublisherName()
    • PublisherName

      public PublisherName(Element element)
  • Method Details