Module jonix.onix2

Class ISBN

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

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

ISBN-10

The 10-character International Standard Book Number, the recognized standard identifier for books and certain other non-serial publications up to 31 December 2006. Optional and non-repeating. The <ProductIdentifier> composite on a later page provides a more general method of handling this and other product codes, and is to be preferred. The <ISBN> element is on no account to be used to carry a 13-digit ISBN.

Format Fixed-length, 10 characters, all numeric except last character, which may be letter X. The last character is a check character calculated in accordance with rules given at http://www.isbn.spk-berlin.de/html/userman.htm
Reference name <ISBN>
Short tag <b004>
Example <ISBN>8474339790</ISBN>

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 ISBN. 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. The last character is a check character calculated in accordance with rules given at http://www.isbn.spk-berlin.de/html/userman.htm

      (type: NonEmptyString)

    • EMPTY

      public static final ISBN EMPTY
      Deprecated.
  • Constructor Details

    • ISBN

      public ISBN()
      Deprecated.
    • ISBN

      public ISBN(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 (<ISBN> or <b004>) is explicitly provided in the ONIX XML
    • ifExists

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