Module jonix.onix2

Class AlternativeProductISBN

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

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

Other alternative product ISBN

International Standard Book Number identifying another product which is available and which the publisher suggests as an alternative. This element is used when the suggested alternative is neither a direct successor (new edition) nor the same product in an alternative format. Optional and non-repeating. The <RelatedProduct> composite on a later page provides a more general method of handling related items, and is to be preferred.

Format Fixed-length, 10 characters, all numeric except last character, which may be letter X.
Reference name <AlternativeProductISBN>
Short tag <h163>
Example <h163>8474339790</h163>

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 AlternativeProductISBN. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Fixed-length, 10 characters, all numeric except last character, which may be letter X.

      (type: NonEmptyString)

    • EMPTY

      public static final AlternativeProductISBN EMPTY
      Deprecated.
  • Constructor Details

    • AlternativeProductISBN

      public AlternativeProductISBN()
      Deprecated.
    • AlternativeProductISBN

      public AlternativeProductISBN(Element element)
      Deprecated.
  • Method Details