public class OrcidActivities 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}affiliations" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-works" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}funding-list" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Affiliations |
affiliations |
protected FundingList |
fundingList |
protected OrcidWorks |
orcidWorks |
| Constructor and Description |
|---|
OrcidActivities() |
| Modifier and Type | Method and Description |
|---|---|
Affiliations |
getAffiliations()
Gets the value of the affiliations property.
|
FundingList |
getFundingList()
Gets the value of the fundingList property.
|
OrcidWorks |
getOrcidWorks()
Gets the value of the orcidWorks property.
|
void |
setAffiliations(Affiliations value)
Sets the value of the affiliations property.
|
void |
setFundingList(FundingList value)
Sets the value of the fundingList property.
|
void |
setOrcidWorks(OrcidWorks value)
Sets the value of the orcidWorks property.
|
protected Affiliations affiliations
protected OrcidWorks orcidWorks
protected FundingList fundingList
public Affiliations getAffiliations()
Affiliationspublic void setAffiliations(Affiliations value)
value - allowed object is
Affiliationspublic OrcidWorks getOrcidWorks()
OrcidWorkspublic void setOrcidWorks(OrcidWorks value)
value - allowed object is
OrcidWorkspublic FundingList getFundingList()
FundingListpublic void setFundingList(FundingList value)
value - allowed object is
FundingListCopyright © 2017. All rights reserved.