Package org.orcid.jaxb.model.message
Class OrcidBio
java.lang.Object
org.orcid.jaxb.model.message.OrcidBio
- All Implemented Interfaces:
Serializable
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}affiliations" 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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Biographyprotected ContactDetailsprotected Delegationprotected ExternalIdentifiersprotected Keywordsprotected PersonalDetailsprotected ResearcherUrlsprotected Scope -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanGets the value of the contactDetails property.Gets the value of the delegation property.Gets the value of the externalIdentifiers property.Gets the value of the keywords property.Gets the value of the personalDetails property.getScope()Gets the value of the scope property.inthashCode()voidsetBiography(Biography biography) voidsetContactDetails(ContactDetails value) Sets the value of the contactDetails property.voidsetDelegation(Delegation value) Sets the value of the delegation property.voidSets the value of the externalIdentifiers property.voidsetKeywords(Keywords value) Sets the value of the keywords property.voidSets the value of the personalDetails property.voidsetResearcherUrls(ResearcherUrls researcherUrls) voidSets the value of the scope property.
-
Field Details
-
personalDetails
-
biography
-
researcherUrls
-
contactDetails
-
keywords
-
externalIdentifiers
-
delegation
-
scope
-
-
Constructor Details
-
OrcidBio
public OrcidBio()
-
-
Method Details
-
getPersonalDetails
Gets the value of the personalDetails property.- Returns:
- possible object is
PersonalDetails
-
setPersonalDetails
Sets the value of the personalDetails property.- Parameters:
value- allowed object isPersonalDetails
-
getContactDetails
Gets the value of the contactDetails property.- Returns:
- possible object is
ContactDetails
-
setContactDetails
Sets the value of the contactDetails property.- Parameters:
value- allowed object isContactDetails
-
getBiography
-
setBiography
-
getResearcherUrls
-
setResearcherUrls
-
getKeywords
Gets the value of the keywords property.- Returns:
- possible object is
Keywords
-
setKeywords
Sets the value of the keywords property.- Parameters:
value- allowed object isKeywords
-
getExternalIdentifiers
Gets the value of the externalIdentifiers property.- Returns:
- possible object is
ExternalIdentifiers
-
setExternalIdentifiers
Sets the value of the externalIdentifiers property.- Parameters:
value- allowed object isExternalIdentifiers
-
getDelegation
Gets the value of the delegation property.- Returns:
- possible object is
Delegation
-
setDelegation
Sets the value of the delegation property.- Parameters:
value- allowed object isDelegation
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
Scope
-
setScope
Sets the value of the scope property.- Parameters:
value- allowed object isScope
-
downGradeToExternalIdentifiersOnly
public void downGradeToExternalIdentifiersOnly() -
hashCode
public int hashCode() -
equals
-