Class FundingContributorAttributes

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

public class FundingContributorAttributes 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}contributor-role"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FundingContributorAttributes

      public FundingContributorAttributes()
  • Method Details

    • getContributorRole

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

      public void setContributorRole(FundingContributorRole 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