Module jonix.onix2

Class AlternativeFormatISBN

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

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

Alternative-format ISBN

International Standard Book Number identifying an alternative format in which the product is available. 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 <AlternativeFormatISBN>
Short tag <h132>
Example <h132>8474339790</h132>

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 AlternativeFormatISBN. 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 AlternativeFormatISBN EMPTY
      Deprecated.
  • Constructor Details

    • AlternativeFormatISBN

      public AlternativeFormatISBN()
      Deprecated.
    • AlternativeFormatISBN

      public AlternativeFormatISBN(Element element)
      Deprecated.
  • Method Details