Module jonix.onix2

Class PublisherProductNo

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

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

Publisher’s product number

A product code assigned by the publisher of a product, not taken from a recognized standard numbering scheme. Optional and non-repeating. To be used only when the product does not have a number from a recognized industry standard scheme (eg ISBN or ISMN), but may occur together with an EAN-13 number. The <ProductIdentifier> composite on a later page provides a more general method of handling this and other product codes, and is to be preferred.

Format Variable-length text, suggested maximum length 35 characters.
Reference name <PublisherProductNo>
Short tag <b007>

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 PublisherProductNo. 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 35 characters.

      (type: NonEmptyString)

    • EMPTY

      public static final PublisherProductNo EMPTY
      Deprecated.
  • Constructor Details

    • PublisherProductNo

      public PublisherProductNo()
      Deprecated.
    • PublisherProductNo

      public PublisherProductNo(Element element)
      Deprecated.
  • Method Details