@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class History extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
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/history}creation-method" minOccurs="0"/>
<element name="completion-date" type="{http://www.orcid.org/ns/history}completion-date" minOccurs="0"/>
<element name="submission-date" type="{http://www.orcid.org/ns/history}submission-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}last-modified-date" minOccurs="0"/>
<element name="claimed" type="{http://www.orcid.org/ns/history}claimed" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}source" minOccurs="0"/>
<element name="deactivation-date" type="{http://www.orcid.org/ns/history}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>
<attribute name="visibility" type="{http://www.orcid.org/ns/common}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 SourceType |
source |
protected SubmissionDate |
submissionDate |
protected boolean |
verifiedEmail |
protected boolean |
verifiedPrimaryEmail |
protected Visibility |
visibility |
| Constructor and Description |
|---|
History()
Default no-arg constructor
|
History(CreationMethod creationMethod,
CompletionDate completionDate,
SubmissionDate submissionDate,
LastModifiedDate lastModifiedDate,
Claimed claimed,
SourceType source,
DeactivationDate deactivationDate,
boolean verifiedEmail,
boolean verifiedPrimaryEmail,
Visibility visibility)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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.
|
SourceType |
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(SourceType 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.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected CreationMethod creationMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected CompletionDate completionDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected SubmissionDate submissionDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected LastModifiedDate lastModifiedDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Claimed claimed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected SourceType source
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected DeactivationDate deactivationDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected boolean verifiedEmail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected boolean verifiedPrimaryEmail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Visibility visibility
public History()
public History(CreationMethod creationMethod, CompletionDate completionDate, SubmissionDate submissionDate, LastModifiedDate lastModifiedDate, Claimed claimed, SourceType source, DeactivationDate deactivationDate, boolean verifiedEmail, boolean verifiedPrimaryEmail, Visibility visibility)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public CreationMethod getCreationMethod()
CreationMethod@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCreationMethod(CreationMethod value)
value - allowed object is
CreationMethod@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public CompletionDate getCompletionDate()
CompletionDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCompletionDate(CompletionDate value)
value - allowed object is
CompletionDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public SubmissionDate getSubmissionDate()
SubmissionDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubmissionDate(SubmissionDate value)
value - allowed object is
SubmissionDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public LastModifiedDate getLastModifiedDate()
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Claimed getClaimed()
Claimed@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setClaimed(Claimed value)
value - allowed object is
Claimed@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public SourceType getSource()
SourceType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSource(SourceType value)
value - allowed object is
SourceType@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public DeactivationDate getDeactivationDate()
DeactivationDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setDeactivationDate(DeactivationDate value)
value - allowed object is
DeactivationDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public boolean isVerifiedEmail()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setVerifiedEmail(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public boolean isVerifiedPrimaryEmail()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setVerifiedPrimaryEmail(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Visibility getVisibility()
Visibility@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setVisibility(Visibility value)
value - allowed object is
Visibility@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2020. All rights reserved.