Class Contributor

java.lang.Object
org.orcid.jaxb.model.v3.release.common.Contributor
All Implemented Interfaces:
Serializable

public class Contributor extends Object implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

See Also:
  • Field Details

  • Constructor Details

    • Contributor

      public Contributor()
  • Method Details

    • getContributorOrcid

      public ContributorOrcid getContributorOrcid()
      Gets the value of the contributorOrcid property.
      Returns:
      possible object is ContributorOrcid
    • setContributorOrcid

      public void setContributorOrcid(ContributorOrcid value)
      Sets the value of the contributorOrcid property.
      Parameters:
      value - allowed object is ContributorOrcid
    • getCreditName

      public CreditName getCreditName()
      Gets the value of the creditName property.
      Returns:
      possible object is CreditName
    • setCreditName

      public void setCreditName(CreditName value)
      Sets the value of the creditName property.
      Parameters:
      value - allowed object is CreditName
    • getContributorEmail

      public ContributorEmail getContributorEmail()
      Gets the value of the contributorEmail property.
      Returns:
      possible object is ContributorEmail
    • setContributorEmail

      public void setContributorEmail(ContributorEmail value)
      Sets the value of the contributorEmail property.
      Parameters:
      value - allowed object is ContributorEmail
    • getContributorAttributes

      public ContributorAttributes getContributorAttributes()
      Gets the value of the contributorAttributes property.
      Returns:
      possible object is ContributorAttributes
    • setContributorAttributes

      public void setContributorAttributes(ContributorAttributes value)
      Sets the value of the contributorAttributes property.
      Parameters:
      value - allowed object is ContributorAttributes
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object