Module jonix.onix3

Class TitleStatement

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

public class TitleStatement extends Object implements OnixElement<String>, Serializable

Collection title statement

Free text showing how the collection title should be presented in any display, particularly when a standard concatenation of individual title elements from Group P.5 (in the order specified by the <SequenceNumber> data elements) would not give a satisfactory result. Optional and non-repeating. When this field is sent, the recipient should use it to replace all collection title detail sent in Group P.5 for display purposes only. The individual collection title element detail must also be sent, for indexing and retrieval purposes.

Format Variable length text, suggested maximum length 1000 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields
Reference name <TitleStatement>
Short tag <x478>
Cardinality 0…1
Attributes language, textformat

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.01
See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • language

      public Languages language
    • textformat

      public TextFormats textformat
    • value

      public String value
      This is the raw content of TitleStatement. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 1000 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

    • EMPTY

      public static final TitleStatement EMPTY
  • Constructor Details

    • TitleStatement

      public TitleStatement()
    • TitleStatement

      public TitleStatement(Element element)
  • Method Details