Package org.orcid.jaxb.model.message
Class ApprovalDate
java.lang.Object
org.orcid.jaxb.model.message.ApprovalDate
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of the value property.inthashCode()voidsetValue(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
-
Constructor Details
-
ApprovalDate
public ApprovalDate() -
ApprovalDate
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
equals
-
hashCode
public int hashCode()
-