Package org.orcid.jaxb.model.message
Class OrcidHistory
java.lang.Object
org.orcid.jaxb.model.message.OrcidHistory
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}creation-method" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}completion-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}submission-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}claimed" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}source" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}deactivation-date" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Claimedprotected CompletionDateprotected CreationMethodprotected DeactivationDateprotected LastModifiedDateprotected Sourceprotected SubmissionDateprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the claimed property.Gets the value of the completionDate property.Gets the value of the creationMethod property.Gets the value of the deactivationDate property.Gets the value of the lastModifiedDate property.Gets the value of the source property.Gets the value of the submissionDate property.Gets the value of the visibility property.inthashCode()voidsetClaimed(Claimed value) Sets the value of the claimed property.voidsetCompletionDate(CompletionDate value) Sets the value of the completionDate property.voidsetCreationMethod(CreationMethod value) Sets the value of the creationMethod property.voidSets the value of the deactivationDate property.voidSets the value of the lastModifiedDate property.voidSets the value of the source property.voidsetSubmissionDate(SubmissionDate value) Sets the value of the submissionDate property.voidsetVerifiedEmail(VerifiedEmail verifiedEmail) voidsetVerifiedPrimaryEmail(VerifiedPrimaryEmail verifiedPrimaryEmail) voidsetVisibility(Visibility value) Sets the value of the visibility property.
-
Field Details
-
creationMethod
-
completionDate
-
submissionDate
-
lastModifiedDate
-
claimed
-
source
-
deactivationDate
-
visibility
-
-
Constructor Details
-
OrcidHistory
public OrcidHistory()
-
-
Method Details
-
getCreationMethod
Gets the value of the creationMethod property.- Returns:
- possible object is
CreationMethod
-
setCreationMethod
Sets the value of the creationMethod property.- Parameters:
value- allowed object isCreationMethod
-
getCompletionDate
Gets the value of the completionDate property.- Returns:
- possible object is
CompletionDate
-
setCompletionDate
Sets the value of the completionDate property.- Parameters:
value- allowed object isCompletionDate
-
getSubmissionDate
Gets the value of the submissionDate property.- Returns:
- possible object is
SubmissionDate
-
setSubmissionDate
Sets the value of the submissionDate property.- Parameters:
value- allowed object isSubmissionDate
-
getLastModifiedDate
Gets the value of the lastModifiedDate property.- Returns:
- possible object is
LastModifiedDate
-
setLastModifiedDate
Sets the value of the lastModifiedDate property.- Parameters:
value- allowed object isLastModifiedDate
-
getClaimed
Gets the value of the claimed property.- Returns:
- possible object is
Claimed
-
isClaimed
-
setClaimed
Sets the value of the claimed property.- Parameters:
value- allowed object isClaimed
-
getSource
Gets the value of the source property.- Returns:
- possible object is
Source
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isSource
-
getDeactivationDate
Gets the value of the deactivationDate property.- Returns:
- possible object is
DeactivationDate
-
setDeactivationDate
Sets the value of the deactivationDate property.- Parameters:
value- allowed object isDeactivationDate
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
Visibility
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isVisibility
-
getVerifiedPrimaryEmail
-
setVerifiedPrimaryEmail
-
getVerifiedEmail
-
setVerifiedEmail
-
hashCode
public int hashCode() -
equals
-