@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class Contributor extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for contributor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contributor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/common}contributor-orcid" minOccurs="0"/>
<element name="credit-name" type="{http://www.orcid.org/ns/common}credit-name" minOccurs="0"/>
<element name="contributor-email" type="{http://www.orcid.org/ns/work}contributor-email" minOccurs="0"/>
<element name="contributor-attributes" type="{http://www.orcid.org/ns/work}contributor-attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContributorAttributes |
contributorAttributes |
protected ContributorEmail |
contributorEmail |
protected OrcidId |
contributorOrcid |
protected CreditName |
creditName |
| Constructor and Description |
|---|
Contributor()
Default no-arg constructor
|
Contributor(OrcidId contributorOrcid,
CreditName creditName,
ContributorEmail contributorEmail,
ContributorAttributes contributorAttributes)
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) |
ContributorAttributes |
getContributorAttributes()
Gets the value of the contributorAttributes property.
|
ContributorEmail |
getContributorEmail()
Gets the value of the contributorEmail property.
|
OrcidId |
getContributorOrcid()
ORCID iD for the contributor - only add if you have collected an authenticated iD for the contributor
|
CreditName |
getCreditName()
Gets the value of the creditName property.
|
void |
setContributorAttributes(ContributorAttributes value)
Sets the value of the contributorAttributes property.
|
void |
setContributorEmail(ContributorEmail value)
Sets the value of the contributorEmail property.
|
void |
setContributorOrcid(OrcidId value)
Sets the value of the contributorOrcid property.
|
void |
setCreditName(CreditName value)
Sets the value of the creditName 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 OrcidId contributorOrcid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected CreditName creditName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ContributorEmail contributorEmail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected ContributorAttributes contributorAttributes
public Contributor()
public Contributor(OrcidId contributorOrcid, CreditName creditName, ContributorEmail contributorEmail, ContributorAttributes contributorAttributes)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public OrcidId getContributorOrcid()
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setContributorOrcid(OrcidId value)
value - allowed object is
OrcidId@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public CreditName getCreditName()
CreditName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCreditName(CreditName value)
value - allowed object is
CreditName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ContributorEmail getContributorEmail()
ContributorEmail@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setContributorEmail(ContributorEmail value)
value - allowed object is
ContributorEmail@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public ContributorAttributes getContributorAttributes()
ContributorAttributes@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setContributorAttributes(ContributorAttributes value)
value - allowed object is
ContributorAttributes@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.