Module jonix.onix2

Class CopublisherName

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

@Deprecated public class CopublisherName extends Object implements OnixElement<String>, Serializable
Deprecated.

Co-publisher name

The name of a co-publisher of the product, in the form in which the co-publisher wishes to be identified, and controlled to maintain consistency across products. Except where they are essential to the recognized form of the name, it is recommended that suffixes denoting incorporation (“Co”, “Inc”, “Ltd”, “SA”, “GmbH”) should be omitted. Optional, and repeatable if there are two or more co-publishers.

The <Publisher> composite on preceding pages provides a more general method of handling publisher identities, and is to be preferred.

Format Variable length text, suggested maximum length 100 characters.
Reference name <CopublisherName>
Short tag <b084>
Example <b084>Institute of Chartered Accountants</b084>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      Deprecated.
      See Also:
    • shortname

      public static final String shortname
      Deprecated.
      See Also:
    • textformat

      public TextFormats textformat
      Deprecated.
    • textcase

      public TextCaseFlags textcase
      Deprecated.
    • language

      public Languages language
      Deprecated.
    • transliteration

      public TransliterationSchemes transliteration
      Deprecated.
    • datestamp

      public String datestamp
      Deprecated.
      (type: DateOrDateTime)
    • sourcetype

      public RecordSourceTypes sourcetype
      Deprecated.
    • sourcename

      public String sourcename
      Deprecated.
    • value

      public String value
      Deprecated.
      This is the raw content of CopublisherName. 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: NonEmptyString)

    • EMPTY

      public static final CopublisherName EMPTY
      Deprecated.
  • Constructor Details

    • CopublisherName

      public CopublisherName()
      Deprecated.
    • CopublisherName

      public CopublisherName(Element element)
      Deprecated.
  • Method Details

    • __v

      public String __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<String>
    • exists

      public boolean exists()
      Deprecated.
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<CopublisherName> or <b084>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<CopublisherName> action)
      Deprecated.