Module jonix.onix3

Class SourceName

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

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

Source name

If the <CollectionType> code indicates an ascribed collection (ie a collection which has been identified and described by a supply chain organization other than the publisher), this element may be used to carry the name of the organization responsible. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <SourceName>
Short tag <x330>
Cardinality 0…1
Example <SourceName>Bowker</SourceName>

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 SourceName. 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 50 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final SourceName EMPTY
  • Constructor Details

    • SourceName

      public SourceName()
    • SourceName

      public SourceName(Element element)
  • Method Details