public class ContributorAttributes 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-sequence" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}contributor-role" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contributorRole |
protected String |
contributorSequence |
| Constructor and Description |
|---|
ContributorAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContributorRole()
Gets the value of the contributorRole property.
|
String |
getContributorSequence()
Gets the value of the contributorSequence property.
|
void |
setContributorRole(String value)
Sets the value of the contributorRole property.
|
void |
setContributorSequence(String value)
Sets the value of the contributorSequence property.
|
protected String contributorSequence
protected String contributorRole
public String getContributorSequence()
Stringpublic void setContributorSequence(String value)
value - allowed object is
Stringpublic String getContributorRole()
StringCopyright © 2017. All rights reserved.