public class OrcidBio 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}personal-details" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}biography" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}researcher-urls" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}contact-details" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}keywords" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}external-identifiers" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}delegation" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}applications" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}scope"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Applications |
applications |
protected Biography |
biography |
protected ContactDetails |
contactDetails |
protected Delegation |
delegation |
protected ExternalIdentifiers |
externalIdentifiers |
protected Keywords |
keywords |
protected PersonalDetails |
personalDetails |
protected ResearcherUrls |
researcherUrls |
protected Scope |
scope |
| Constructor and Description |
|---|
OrcidBio() |
| Modifier and Type | Method and Description |
|---|---|
Applications |
getApplications()
Gets the value of the applications property.
|
Biography |
getBiography()
Gets the value of the biography property.
|
ContactDetails |
getContactDetails()
Gets the value of the contactDetails property.
|
Delegation |
getDelegation()
Gets the value of the delegation property.
|
ExternalIdentifiers |
getExternalIdentifiers()
Gets the value of the externalIdentifiers property.
|
Keywords |
getKeywords()
Gets the value of the keywords property.
|
PersonalDetails |
getPersonalDetails()
Gets the value of the personalDetails property.
|
ResearcherUrls |
getResearcherUrls()
Gets the value of the researcherUrls property.
|
Scope |
getScope()
Gets the value of the scope property.
|
void |
setApplications(Applications value)
Sets the value of the applications property.
|
void |
setBiography(Biography value)
Sets the value of the biography property.
|
void |
setContactDetails(ContactDetails value)
Sets the value of the contactDetails property.
|
void |
setDelegation(Delegation value)
Sets the value of the delegation property.
|
void |
setExternalIdentifiers(ExternalIdentifiers value)
Sets the value of the externalIdentifiers property.
|
void |
setKeywords(Keywords value)
Sets the value of the keywords property.
|
void |
setPersonalDetails(PersonalDetails value)
Sets the value of the personalDetails property.
|
void |
setResearcherUrls(ResearcherUrls value)
Sets the value of the researcherUrls property.
|
void |
setScope(Scope value)
Sets the value of the scope property.
|
protected PersonalDetails personalDetails
protected Biography biography
protected ResearcherUrls researcherUrls
protected ContactDetails contactDetails
protected Keywords keywords
protected ExternalIdentifiers externalIdentifiers
protected Delegation delegation
protected Applications applications
protected Scope scope
public PersonalDetails getPersonalDetails()
PersonalDetailspublic void setPersonalDetails(PersonalDetails value)
value - allowed object is
PersonalDetailspublic Biography getBiography()
Biographypublic void setBiography(Biography value)
value - allowed object is
Biographypublic ResearcherUrls getResearcherUrls()
ResearcherUrlspublic void setResearcherUrls(ResearcherUrls value)
value - allowed object is
ResearcherUrlspublic ContactDetails getContactDetails()
ContactDetailspublic void setContactDetails(ContactDetails value)
value - allowed object is
ContactDetailspublic Keywords getKeywords()
Keywordspublic void setKeywords(Keywords value)
value - allowed object is
Keywordspublic ExternalIdentifiers getExternalIdentifiers()
ExternalIdentifierspublic void setExternalIdentifiers(ExternalIdentifiers value)
value - allowed object is
ExternalIdentifierspublic Delegation getDelegation()
Delegationpublic void setDelegation(Delegation value)
value - allowed object is
Delegationpublic Applications getApplications()
Applicationspublic void setApplications(Applications value)
value - allowed object is
Applicationspublic Scope getScope()
ScopeCopyright © 2017. All rights reserved.