public class Contributor extends Object
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 ref="{http://www.orcid.org/ns/orcid}contributor-orcid" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}credit-name" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}contributor-email" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}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() |
| Modifier and Type | Method and Description |
|---|---|
ContributorAttributes |
getContributorAttributes()
Gets the value of the contributorAttributes property.
|
ContributorEmail |
getContributorEmail()
Gets the value of the contributorEmail property.
|
OrcidId |
getContributorOrcid()
Gets the value of the contributorOrcid property.
|
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.
|
protected OrcidId contributorOrcid
protected CreditName creditName
protected ContributorEmail contributorEmail
protected ContributorAttributes contributorAttributes
public OrcidId getContributorOrcid()
OrcidIdpublic void setContributorOrcid(OrcidId value)
value - allowed object is
OrcidIdpublic CreditName getCreditName()
CreditNamepublic void setCreditName(CreditName value)
value - allowed object is
CreditNamepublic ContributorEmail getContributorEmail()
ContributorEmailpublic void setContributorEmail(ContributorEmail value)
value - allowed object is
ContributorEmailpublic ContributorAttributes getContributorAttributes()
ContributorAttributespublic void setContributorAttributes(ContributorAttributes value)
value - allowed object is
ContributorAttributesCopyright © 2017. All rights reserved.