Class PublicationDate

java.lang.Object
org.orcid.jaxb.model.v3.release.common.FuzzyDate
org.orcid.jaxb.model.v3.release.common.PublicationDate
All Implemented Interfaces:
Serializable, Comparable<FuzzyDate>

public class PublicationDate extends FuzzyDate implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

See Also:
  • Constructor Details

    • PublicationDate

      public PublicationDate()
    • PublicationDate

      public PublicationDate(Year year, Month month, Day day)
    • PublicationDate

      public PublicationDate(FuzzyDate other)
  • Method Details