Module jonix.onix3

Class RecordSourceName

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

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

Record source name

The name of the party which issued the record, as free text. Optional and non-repeating, independently of the occurrence of any other field.

Format Variable length text, suggested maximum length 100 characters
Reference name <RecordSourceName>
Short tag <a197>
Cardinality 0…1
Example <RecordSourceName>Cambridge University Press</RecordSourceName>
Notes The record source need not be the same as the <Sender> specified in the message header: an aggregator may be the sender of a message containing records sourced from several different record suppliers.

This tag may be included in the following composites:

Possible placements within ONIX message:

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
    • value

      public String value
      This is the raw content of RecordSourceName. 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 100 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final RecordSourceName EMPTY
  • Constructor Details

    • RecordSourceName

      public RecordSourceName()
    • RecordSourceName

      public RecordSourceName(Element element)
  • Method Details