Module jonix.onix2

Class YearOfAnnual

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

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

Year of annual

The nominal year of an annual publication. May be entered as either a single year YYYY or a span of two consecutive years YYYY-YYYY. Optional and non-repeating.

Format Either four numeric digits, or four numeric digits followed by hyphen followed by four numeric digits
Reference name <YearOfAnnual>
Short tag <b020>
Example <YearOfAnnual>1999</YearOfAnnual>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • YearOfAnnual

      public YearOfAnnual()
    • YearOfAnnual

      public YearOfAnnual(Element element)
  • Method Details