Class PublicationDate

java.lang.Object
org.orcid.jaxb.model.common_v2.FuzzyDate
org.orcid.jaxb.model.common_v2.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:
  • Field Details

  • Constructor Details

    • PublicationDate

      public PublicationDate()
    • PublicationDate

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

      public PublicationDate(FuzzyDate other)
  • Method Details

    • getMediaType

      public MediaType getMediaType()
      Gets the value of the mediaType property.
      Returns:
      possible object is MediaType
    • setMediaType

      public void setMediaType(MediaType value)
      Sets the value of the mediaType property.
      Parameters:
      value - allowed object is MediaType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class FuzzyDate
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class FuzzyDate