Module jonix.onix3

Class Affiliation

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

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

Affiliation

An organization to which a contributor to the product was affiliated at the time of its creation, and – if the <ProfessionalPosition> element is also present – where the contributor held that position. Optional and non-repeating.

Format Variable length text, suggested maximum length 200 characters
Reference name <Affiliation>
Short tag <b046>
Cardinality 0…1
Attributes language
Example <b046 language="spa">Universidad de La Laguna</b046>

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

      public Languages language
    • value

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

      (type: dt.NonEmptyString)

    • EMPTY

      public static final Affiliation EMPTY
  • Constructor Details

    • Affiliation

      public Affiliation()
    • Affiliation

      public Affiliation(Element element)
  • Method Details