Class OrcidHistory

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

public class OrcidHistory extends Object implements 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 Details

  • Constructor Details

    • OrcidHistory

      public OrcidHistory()
  • Method Details

    • getCreationMethod

      public CreationMethod getCreationMethod()
      Gets the value of the creationMethod property.
      Returns:
      possible object is CreationMethod
    • setCreationMethod

      public void setCreationMethod(CreationMethod value)
      Sets the value of the creationMethod property.
      Parameters:
      value - allowed object is CreationMethod
    • getCompletionDate

      public CompletionDate getCompletionDate()
      Gets the value of the completionDate property.
      Returns:
      possible object is CompletionDate
    • setCompletionDate

      public void setCompletionDate(CompletionDate value)
      Sets the value of the completionDate property.
      Parameters:
      value - allowed object is CompletionDate
    • getSubmissionDate

      public SubmissionDate getSubmissionDate()
      Gets the value of the submissionDate property.
      Returns:
      possible object is SubmissionDate
    • setSubmissionDate

      public void setSubmissionDate(SubmissionDate value)
      Sets the value of the submissionDate property.
      Parameters:
      value - allowed object is SubmissionDate
    • getLastModifiedDate

      public LastModifiedDate getLastModifiedDate()
      Gets the value of the lastModifiedDate property.
      Returns:
      possible object is LastModifiedDate
    • setLastModifiedDate

      public void setLastModifiedDate(LastModifiedDate value)
      Sets the value of the lastModifiedDate property.
      Parameters:
      value - allowed object is LastModifiedDate
    • getClaimed

      public Claimed getClaimed()
      Gets the value of the claimed property.
      Returns:
      possible object is Claimed
    • isClaimed

      public Boolean isClaimed()
    • setClaimed

      public void setClaimed(Claimed value)
      Sets the value of the claimed property.
      Parameters:
      value - allowed object is Claimed
    • getSource

      public Source getSource()
      Gets the value of the source property.
      Returns:
      possible object is Source
    • setSource

      public void setSource(Source value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is Source
    • getDeactivationDate

      public DeactivationDate getDeactivationDate()
      Gets the value of the deactivationDate property.
      Returns:
      possible object is DeactivationDate
    • setDeactivationDate

      public void setDeactivationDate(DeactivationDate value)
      Sets the value of the deactivationDate property.
      Parameters:
      value - allowed object is DeactivationDate
    • getVisibility

      public Visibility getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is Visibility
    • setVisibility

      public void setVisibility(Visibility value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is Visibility
    • getVerifiedPrimaryEmail

      public VerifiedPrimaryEmail getVerifiedPrimaryEmail()
    • setVerifiedPrimaryEmail

      public void setVerifiedPrimaryEmail(VerifiedPrimaryEmail verifiedPrimaryEmail)
    • getVerifiedEmail

      public VerifiedEmail getVerifiedEmail()
    • setVerifiedEmail

      public void setVerifiedEmail(VerifiedEmail verifiedEmail)
    • hashCode

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

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