Class OrcidActivities

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

public class OrcidActivities 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}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>
 
See Also:
  • Field Details

  • Constructor Details

    • OrcidActivities

      public OrcidActivities()
  • Method Details

    • getAffiliations

      public Affiliations getAffiliations()
      Gets the value of the affiliations property.
      Returns:
      possible object is Affiliations
    • setAffiliations

      public void setAffiliations(Affiliations value)
      Sets the value of the affiliations property.
      Parameters:
      value - allowed object is Affiliations
    • getOrcidWorks

      public OrcidWorks getOrcidWorks()
      Gets the value of the orcidWorks property.
      Returns:
      possible object is OrcidWorks
    • setOrcidWorks

      public void setOrcidWorks(OrcidWorks value)
      Sets the value of the orcidWorks property.
      Parameters:
      value - allowed object is OrcidWorks
    • getFundings

      public FundingList getFundings()
      Gets the value of the FundingList property.
      Returns:
      possible object is FundingList
    • setFundings

      public void setFundings(FundingList value)
      Sets the value of the FundingList property.
      Parameters:
      value - allowed object is FundingList
    • downgradeToWorksOnly

      public void downgradeToWorksOnly()
    • downgradeToAffiliationsOnly

      public void downgradeToAffiliationsOnly()
    • downgradeToFundingsOnly

      public void downgradeToFundingsOnly()
    • hashCode

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

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