Package org.orcid.jaxb.model.message
Class PublicationDate
java.lang.Object
org.orcid.jaxb.model.message.FuzzyDate
org.orcid.jaxb.model.message.PublicationDate
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPublicationDate(FuzzyDate other) PublicationDate(Year year, Month month, Day day) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the mediaType property.inthashCode()voidsetMediaType(MediaType value) Sets the value of the mediaType property.
-
Field Details
-
mediaType
-
-
Constructor Details
-
PublicationDate
public PublicationDate() -
PublicationDate
-
PublicationDate
-
-
Method Details