Class PublicationDate

java.lang.Object
org.orcid.jaxb.model.message.FuzzyDate
org.orcid.jaxb.model.message.PublicationDate
All Implemented Interfaces:
Serializable

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.
 <complexType>
   <complexContent>
     <extension base="{http://www.orcid.org/ns/orcid}fuzzy-date">
       <attribute name="media-type" type="{http://www.orcid.org/ns/orcid}media-type" />
     </extension>
   </complexContent>
 </complexType>
 
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