public class FundingContributorAttributes 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}funding-contributor-role" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fundingContributorRole |
| Constructor and Description |
|---|
FundingContributorAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFundingContributorRole()
Gets the value of the fundingContributorRole property.
|
void |
setFundingContributorRole(String value)
Sets the value of the fundingContributorRole property.
|
Copyright © 2017. All rights reserved.