Class OrcidBio

java.lang.Object
org.orcid.jaxb.model.message.OrcidBio
All Implemented Interfaces:
Serializable

public class OrcidBio extends Object implements 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 Details

  • Constructor Details

    • OrcidBio

      public OrcidBio()
  • Method Details

    • getPersonalDetails

      public PersonalDetails getPersonalDetails()
      Gets the value of the personalDetails property.
      Returns:
      possible object is PersonalDetails
    • setPersonalDetails

      public void setPersonalDetails(PersonalDetails value)
      Sets the value of the personalDetails property.
      Parameters:
      value - allowed object is PersonalDetails
    • getContactDetails

      public ContactDetails getContactDetails()
      Gets the value of the contactDetails property.
      Returns:
      possible object is ContactDetails
    • setContactDetails

      public void setContactDetails(ContactDetails value)
      Sets the value of the contactDetails property.
      Parameters:
      value - allowed object is ContactDetails
    • getBiography

      public Biography getBiography()
    • setBiography

      public void setBiography(Biography biography)
    • getResearcherUrls

      public ResearcherUrls getResearcherUrls()
    • setResearcherUrls

      public void setResearcherUrls(ResearcherUrls researcherUrls)
    • getKeywords

      public Keywords getKeywords()
      Gets the value of the keywords property.
      Returns:
      possible object is Keywords
    • setKeywords

      public void setKeywords(Keywords value)
      Sets the value of the keywords property.
      Parameters:
      value - allowed object is Keywords
    • getExternalIdentifiers

      public ExternalIdentifiers getExternalIdentifiers()
      Gets the value of the externalIdentifiers property.
      Returns:
      possible object is ExternalIdentifiers
    • setExternalIdentifiers

      public void setExternalIdentifiers(ExternalIdentifiers value)
      Sets the value of the externalIdentifiers property.
      Parameters:
      value - allowed object is ExternalIdentifiers
    • getDelegation

      public Delegation getDelegation()
      Gets the value of the delegation property.
      Returns:
      possible object is Delegation
    • setDelegation

      public void setDelegation(Delegation value)
      Sets the value of the delegation property.
      Parameters:
      value - allowed object is Delegation
    • getScope

      public Scope getScope()
      Gets the value of the scope property.
      Returns:
      possible object is Scope
    • setScope

      public void setScope(Scope value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is Scope
    • downGradeToExternalIdentifiersOnly

      public void downGradeToExternalIdentifiersOnly()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object