Module jonix.onix3

Class ThesisYear

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

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

Year of thesis

The year in which a thesis was presented. Optional and non-repeating, but if this element is present, <ThesisType> must also be present.

Format As specified by the value in the dateformat attribute, or the default of YYYY if the attribute is missing
Reference name <ThesisYear>
Short tag <b370>
Cardinality 0…1
Attributes dateformat
Example <ThesisYear>2002</ThesisYear>

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

      public DateFormats dateformat
    • value

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

      Raw Format: As specified by the value in the dateformat attribute, or the default of YYYY if the attribute is missing

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ThesisYear EMPTY
  • Constructor Details

    • ThesisYear

      public ThesisYear()
    • ThesisYear

      public ThesisYear(Element element)
  • Method Details