Class FundingContributor

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

public class FundingContributor 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-orcid" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}credit-name" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}contributor-email" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}funding-contributor-attributes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FundingContributor

      public FundingContributor()
  • 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 FundingContributorAttributes getContributorAttributes()
      Gets the value of the fundingContributorAttributes property.
      Returns:
      possible object is ContributorAttributes
    • setContributorAttributes

      public void setContributorAttributes(FundingContributorAttributes value)
      Sets the value of the fundingContributorAttributes 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