Module jonix.onix3

Class PrizeYear

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

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

Prize or award year

The year in which a prize or award was given. Optional and non-repeating.

Format Four digits, YYYY
Reference name <PrizeYear>
Short tag <g127>
Cardinality 0…1
Example <PrizeYear>1999</PrizeYear>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PrizeYear

      public PrizeYear()
    • PrizeYear

      public PrizeYear(Element element)
  • Method Details