@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class PeerReviewDuplicates extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for peer-review-duplicates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="peer-review-duplicates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/common}last-modified-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}external-ids"/>
<sequence>
<element ref="{http://www.orcid.org/ns/peer-review}peer-review-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExternalIds |
externalIds |
protected LastModifiedDate |
lastModifiedDate |
protected List<PeerReviewSummary> |
peerReviewSummary |
| Constructor and Description |
|---|
PeerReviewDuplicates()
Default no-arg constructor
|
PeerReviewDuplicates(LastModifiedDate lastModifiedDate,
ExternalIds externalIds,
List<PeerReviewSummary> peerReviewSummary)
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) |
ExternalIds |
getExternalIds()
Gets the value of the externalIds property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
List<PeerReviewSummary> |
getPeerReviewSummary()
Gets the value of the peerReviewSummary property.
|
void |
setExternalIds(ExternalIds value)
Sets the value of the externalIds property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setPeerReviewSummary(List<PeerReviewSummary> value) |
String |
toString() |
@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 ExternalIds externalIds
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected List<PeerReviewSummary> peerReviewSummary
public PeerReviewDuplicates()
public PeerReviewDuplicates(LastModifiedDate lastModifiedDate, ExternalIds externalIds, List<PeerReviewSummary> peerReviewSummary)
@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 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 List<PeerReviewSummary> getPeerReviewSummary()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the peerReviewSummary property.
For example, to add a new item, do as follows:
getPeerReviewSummary().add(newItem);
Objects of the following type(s) are allowed in the list
PeerReviewSummary
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPeerReviewSummary(List<PeerReviewSummary> value)
@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.