@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class PeerReviewSummary extends ElementSummary implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for peer-review-summary element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="peer-review-summary">
<complexType>
<complexContent>
<extension base="{http://www.orcid.org/ns/common}element-summary">
<sequence>
<element name="reviewer-role" type="{http://www.orcid.org/ns/peer-review}role"/>
<element ref="{http://www.orcid.org/ns/common}external-ids" minOccurs="0"/>
<element name="review-url" type="{http://www.orcid.org/ns/common}url" minOccurs="0"/>
<element name="review-type" type="{http://www.orcid.org/ns/peer-review}type"/>
<element name="completion-date" type="{http://www.orcid.org/ns/common}fuzzy-date"/>
<element name="review-group-id" type="{http://www.orcid.org/ns/common}group-id"/>
<element name="convening-organization" type="{http://www.orcid.org/ns/common}organization"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected FuzzyDate |
completionDate |
protected Organization |
conveningOrganization |
protected ExternalIds |
externalIds |
protected String |
reviewerRole |
protected String |
reviewGroupId |
protected String |
reviewType |
protected Url |
reviewUrl |
createdDate, displayIndex, lastModifiedDate, path, putCode, source, visibility| Constructor and Description |
|---|
PeerReviewSummary()
Default no-arg constructor
|
PeerReviewSummary(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
String reviewerRole,
ExternalIds externalIds,
Url reviewUrl,
String reviewType,
FuzzyDate completionDate,
String reviewGroupId,
Organization conveningOrganization)
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) |
FuzzyDate |
getCompletionDate()
Gets the value of the completionDate property.
|
Organization |
getConveningOrganization()
Gets the value of the conveningOrganization property.
|
ExternalIds |
getExternalIds()
The unique identifier of the review.
|
String |
getReviewerRole()
Gets the value of the reviewerRole property.
|
String |
getReviewGroupId()
Gets the value of the reviewGroupId property.
|
String |
getReviewType()
Gets the value of the reviewType property.
|
Url |
getReviewUrl()
Gets the value of the reviewUrl property.
|
void |
setCompletionDate(FuzzyDate value)
Sets the value of the completionDate property.
|
void |
setConveningOrganization(Organization value)
Sets the value of the conveningOrganization property.
|
void |
setExternalIds(ExternalIds value)
Sets the value of the externalIds property.
|
void |
setReviewerRole(String value)
Sets the value of the reviewerRole property.
|
void |
setReviewGroupId(String value)
Sets the value of the reviewGroupId property.
|
void |
setReviewType(String value)
Sets the value of the reviewType property.
|
void |
setReviewUrl(Url value)
Sets the value of the reviewUrl property.
|
String |
toString() |
getCreatedDate, getDisplayIndex, getLastModifiedDate, getPath, getPutCode, getSource, getVisibility, setCreatedDate, setDisplayIndex, setLastModifiedDate, setPath, setPutCode, setSource, setVisibility@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String reviewerRole
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ExternalIds externalIds
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Url reviewUrl
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String reviewType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected FuzzyDate completionDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String reviewGroupId
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Organization conveningOrganization
public PeerReviewSummary()
public PeerReviewSummary(CreatedDate createdDate, LastModifiedDate lastModifiedDate, SourceType source, BigInteger putCode, Visibility visibility, String displayIndex, String path, String reviewerRole, ExternalIds externalIds, Url reviewUrl, String reviewType, FuzzyDate completionDate, String reviewGroupId, Organization conveningOrganization)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getReviewerRole()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewerRole(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ExternalIds getExternalIds()
ExternalIds@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setExternalIds(ExternalIds value)
value - allowed object is
ExternalIds@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Url getReviewUrl()
Url@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewUrl(Url value)
value - allowed object is
Url@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getReviewType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public FuzzyDate getCompletionDate()
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCompletionDate(FuzzyDate value)
value - allowed object is
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getReviewGroupId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewGroupId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Organization getConveningOrganization()
Organization@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setConveningOrganization(Organization value)
value - allowed object is
Organization@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
toString in class ElementSummary@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.ToStringappend in class ElementSummary@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.ToStringappendFields in class ElementSummaryCopyright © 2020. All rights reserved.