Class ContributorAttributes

java.lang.Object
org.orcid.jaxb.model.common_v2.ContributorAttributes
All Implemented Interfaces:
Serializable

public class ContributorAttributes 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

    • ContributorAttributes

      public ContributorAttributes()
  • Method Details

    • getContributorSequence

      public SequenceType getContributorSequence()
      Gets the value of the contributorSequence property.
      Returns:
      possible object is String
    • setContributorSequence

      public void setContributorSequence(SequenceType value)
      Sets the value of the contributorSequence property.
      Parameters:
      value - allowed object is String
    • getContributorRole

      public ContributorRole getContributorRole()
      Gets the value of the contributorRole property.
      Returns:
      possible object is String
    • setContributorRole

      public void setContributorRole(ContributorRole value)
      Sets the value of the contributorRole property.
      Parameters:
      value - allowed object is String
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object