@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class PeerReview extends ElementSummary 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>
<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 name="review-identifiers" type="{http://www.orcid.org/ns/common}external-ids"/>
<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="review-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="subject-external-identifier" type="{http://www.orcid.org/ns/common}external-id" minOccurs="0"/>
<element name="subject-container-name" type="{http://www.orcid.org/ns/common}string-1000" minOccurs="0"/>
<element name="subject-type" type="{http://www.orcid.org/ns/peer-review}subject-type" minOccurs="0"/>
<element name="subject-name" type="{http://www.orcid.org/ns/peer-review}subject-name" minOccurs="0"/>
<element name="subject-url" type="{http://www.orcid.org/ns/common}url" minOccurs="0"/>
<element name="convening-organization" type="{http://www.orcid.org/ns/common}organization"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Organization |
conveningOrganization |
protected FuzzyDate |
reviewCompletionDate |
protected String |
reviewerRole |
protected String |
reviewGroupId |
protected ExternalIds |
reviewIdentifiers |
protected String |
reviewType |
protected Url |
reviewUrl |
protected String |
subjectContainerName |
protected ExternalId |
subjectExternalIdentifier |
protected SubjectName |
subjectName |
protected String |
subjectType |
protected Url |
subjectUrl |
createdDate, displayIndex, lastModifiedDate, path, putCode, source, visibility| Constructor and Description |
|---|
PeerReview()
Default no-arg constructor
|
PeerReview(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
String reviewerRole,
ExternalIds reviewIdentifiers,
Url reviewUrl,
String reviewType,
FuzzyDate reviewCompletionDate,
String reviewGroupId,
ExternalId subjectExternalIdentifier,
String subjectContainerName,
String subjectType,
SubjectName subjectName,
Url subjectUrl,
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) |
Organization |
getConveningOrganization()
Gets the value of the conveningOrganization property.
|
FuzzyDate |
getReviewCompletionDate()
Gets the value of the reviewCompletionDate property.
|
String |
getReviewerRole()
Gets the value of the reviewerRole property.
|
String |
getReviewGroupId()
Gets the value of the reviewGroupId property.
|
ExternalIds |
getReviewIdentifiers()
Gets the value of the reviewIdentifiers property.
|
String |
getReviewType()
Gets the value of the reviewType property.
|
Url |
getReviewUrl()
Gets the value of the reviewUrl property.
|
String |
getSubjectContainerName()
Gets the value of the subjectContainerName property.
|
ExternalId |
getSubjectExternalIdentifier()
Gets the value of the subjectExternalIdentifier property.
|
SubjectName |
getSubjectName()
Gets the value of the subjectName property.
|
String |
getSubjectType()
Gets the value of the subjectType property.
|
Url |
getSubjectUrl()
Gets the value of the subjectUrl property.
|
void |
setConveningOrganization(Organization value)
Sets the value of the conveningOrganization property.
|
void |
setReviewCompletionDate(FuzzyDate value)
Sets the value of the reviewCompletionDate property.
|
void |
setReviewerRole(String value)
Sets the value of the reviewerRole property.
|
void |
setReviewGroupId(String value)
Sets the value of the reviewGroupId property.
|
void |
setReviewIdentifiers(ExternalIds value)
Sets the value of the reviewIdentifiers property.
|
void |
setReviewType(String value)
Sets the value of the reviewType property.
|
void |
setReviewUrl(Url value)
Sets the value of the reviewUrl property.
|
void |
setSubjectContainerName(String value)
Sets the value of the subjectContainerName property.
|
void |
setSubjectExternalIdentifier(ExternalId value)
Sets the value of the subjectExternalIdentifier property.
|
void |
setSubjectName(SubjectName value)
Sets the value of the subjectName property.
|
void |
setSubjectType(String value)
Sets the value of the subjectType property.
|
void |
setSubjectUrl(Url value)
Sets the value of the subjectUrl 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 reviewIdentifiers
@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 reviewCompletionDate
@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 ExternalId subjectExternalIdentifier
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String subjectContainerName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String subjectType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected SubjectName subjectName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Url subjectUrl
@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 PeerReview()
public PeerReview(CreatedDate createdDate, LastModifiedDate lastModifiedDate, SourceType source, BigInteger putCode, Visibility visibility, String displayIndex, String path, String reviewerRole, ExternalIds reviewIdentifiers, Url reviewUrl, String reviewType, FuzzyDate reviewCompletionDate, String reviewGroupId, ExternalId subjectExternalIdentifier, String subjectContainerName, String subjectType, SubjectName subjectName, Url subjectUrl, 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 getReviewIdentifiers()
ExternalIds@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewIdentifiers(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 getReviewCompletionDate()
FuzzyDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setReviewCompletionDate(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 ExternalId getSubjectExternalIdentifier()
ExternalId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubjectExternalIdentifier(ExternalId value)
value - allowed object is
ExternalId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getSubjectContainerName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubjectContainerName(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 String getSubjectType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubjectType(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 SubjectName getSubjectName()
SubjectName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubjectName(SubjectName value)
value - allowed object is
SubjectName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Url getSubjectUrl()
Url@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setSubjectUrl(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 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.