Module jonix.onix2

Class TextCaseFlag

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

@Deprecated public class TextCaseFlag extends Object implements OnixElement<TextCaseFlags>, Serializable
Deprecated.

Text case flag

An ONIX code indicating the case in which the title elements are sent. The default is “unspecified”. Optional and non-repeating. Text case can now be indicated by an XML attribute on any text element, and this method is preferred. See ONIX for Books – Product Information Message – XML Message Specification, Section 4.

Format Fixed-length, two numeric digits
Codelist List 14
Reference name <TextCaseFlag>
Short tag <b027>
Example <TextCaseFlag>01</TextCaseFlag>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • TextCaseFlag

      public TextCaseFlag()
      Deprecated.
    • TextCaseFlag

      public TextCaseFlag(Element element)
      Deprecated.
  • Method Details

    • __v

      public TextCaseFlags __v()
      Deprecated.
      Internal API, use the OnixElement.value() method or the OnixElement.value() field instead
      Specified by:
      __v in interface OnixElement<TextCaseFlags>
    • 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 (<TextCaseFlag> or <b027>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<TextCaseFlag> action)
      Deprecated.
    • codeOrNull

      public String codeOrNull()
      Deprecated.
    • descriptionOrNull

      public String descriptionOrNull()
      Deprecated.