public class OrcidHistory extends Object
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 name="creation-method" type="{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}last-modified-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"/>
<element name="verified-email" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="verified-primary-email" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Claimed |
claimed |
protected CompletionDate |
completionDate |
protected CreationMethod |
creationMethod |
protected DeactivationDate |
deactivationDate |
protected LastModifiedDate |
lastModifiedDate |
protected Source |
source |
protected SubmissionDate |
submissionDate |
protected boolean |
verifiedEmail |
protected boolean |
verifiedPrimaryEmail |
protected Visibility |
visibility |
| Constructor and Description |
|---|
OrcidHistory() |
| Modifier and Type | Method and Description |
|---|---|
Claimed |
getClaimed()
Gets the value of the claimed property.
|
CompletionDate |
getCompletionDate()
Gets the value of the completionDate property.
|
CreationMethod |
getCreationMethod()
Gets the value of the creationMethod property.
|
DeactivationDate |
getDeactivationDate()
Gets the value of the deactivationDate property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Source |
getSource()
Gets the value of the source property.
|
SubmissionDate |
getSubmissionDate()
Gets the value of the submissionDate property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
boolean |
isVerifiedEmail()
Gets the value of the verifiedEmail property.
|
boolean |
isVerifiedPrimaryEmail()
Gets the value of the verifiedPrimaryEmail property.
|
void |
setClaimed(Claimed value)
Sets the value of the claimed property.
|
void |
setCompletionDate(CompletionDate value)
Sets the value of the completionDate property.
|
void |
setCreationMethod(CreationMethod value)
Sets the value of the creationMethod property.
|
void |
setDeactivationDate(DeactivationDate value)
Sets the value of the deactivationDate property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setSubmissionDate(SubmissionDate value)
Sets the value of the submissionDate property.
|
void |
setVerifiedEmail(boolean value)
Sets the value of the verifiedEmail property.
|
void |
setVerifiedPrimaryEmail(boolean value)
Sets the value of the verifiedPrimaryEmail property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected CreationMethod creationMethod
protected CompletionDate completionDate
protected SubmissionDate submissionDate
protected LastModifiedDate lastModifiedDate
protected Claimed claimed
protected Source source
protected DeactivationDate deactivationDate
protected boolean verifiedEmail
protected boolean verifiedPrimaryEmail
protected Visibility visibility
public CreationMethod getCreationMethod()
CreationMethodpublic void setCreationMethod(CreationMethod value)
value - allowed object is
CreationMethodpublic CompletionDate getCompletionDate()
CompletionDatepublic void setCompletionDate(CompletionDate value)
value - allowed object is
CompletionDatepublic SubmissionDate getSubmissionDate()
SubmissionDatepublic void setSubmissionDate(SubmissionDate value)
value - allowed object is
SubmissionDatepublic LastModifiedDate getLastModifiedDate()
LastModifiedDatepublic void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDatepublic Claimed getClaimed()
Claimedpublic void setClaimed(Claimed value)
value - allowed object is
Claimedpublic Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic DeactivationDate getDeactivationDate()
DeactivationDatepublic void setDeactivationDate(DeactivationDate value)
value - allowed object is
DeactivationDatepublic boolean isVerifiedEmail()
public void setVerifiedEmail(boolean value)
public boolean isVerifiedPrimaryEmail()
public void setVerifiedPrimaryEmail(boolean value)
public Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.