Module jonix

Class BaseTitle

java.lang.Object
com.tectonica.jonix.unify.base.BaseTitle
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseTitle2, BaseTitle3

public abstract class BaseTitle extends Object implements Serializable
Contains the essential information included in ONIX2 <Title> / ONIX3 <TitleDetail>

NOTE: to access the information, use the public fields directly. No getters() are included..

Author:
Zach Melamed
See Also:
  • Field Details

    • titleType

      public TitleTypes titleType
    • titleText

      public String titleText
    • prefix

      public String prefix
    • titleWithoutPrefix

      public String titleWithoutPrefix
    • subtitle

      public String subtitle
  • Constructor Details

    • BaseTitle

      public BaseTitle()
  • Method Details

    • getTitleText

      public String getTitleText(boolean excludingPrefix)
    • noBreaks

      protected static String noBreaks(String s)