public class OrcidPerson extends Object
| Constructor and Description |
|---|
OrcidPerson() |
| Modifier and Type | Method and Description |
|---|---|
OrcidAddresses |
getAddresses() |
OrcidBiography |
getBiography() |
OrcidEmails |
getEmails() |
OrcidExternalIdentifiers |
getExternalIdentifiers() |
OrcidKeywords |
getKeywords() |
OrcidDate |
getLastModifiedDate() |
OrcidName |
getName() |
OrcidOtherNames |
getOtherNames() |
OrcidResearcherUrls |
getResearcherUrls() |
void |
setAddresses(OrcidAddresses addresses) |
void |
setBiography(OrcidBiography pBiography) |
void |
setEmails(OrcidEmails emails) |
void |
setExternalIdentifiers(OrcidExternalIdentifiers externalIdentifiers) |
void |
setKeywords(OrcidKeywords keywords) |
void |
setLastModifiedDate(OrcidDate pDate) |
void |
setName(OrcidName pName) |
void |
setOtherNames(OrcidOtherNames pNames) |
void |
setResearcherUrls(OrcidResearcherUrls pResearcherUrls) |
public OrcidDate getLastModifiedDate()
public void setLastModifiedDate(OrcidDate pDate)
public OrcidName getName()
public void setName(OrcidName pName)
public OrcidOtherNames getOtherNames()
public void setOtherNames(OrcidOtherNames pNames)
public OrcidBiography getBiography()
public void setBiography(OrcidBiography pBiography)
public OrcidResearcherUrls getResearcherUrls()
public void setResearcherUrls(OrcidResearcherUrls pResearcherUrls)
public OrcidEmails getEmails()
public void setEmails(OrcidEmails emails)
public OrcidAddresses getAddresses()
public void setAddresses(OrcidAddresses addresses)
public OrcidKeywords getKeywords()
public void setKeywords(OrcidKeywords keywords)
public OrcidExternalIdentifiers getExternalIdentifiers()
public void setExternalIdentifiers(OrcidExternalIdentifiers externalIdentifiers)
Copyright © 2017. All rights reserved.