Package org.orcid.jaxb.model.message
Class FundingContributor
java.lang.Object
org.orcid.jaxb.model.message.FundingContributor
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected FundingContributorAttributesprotected ContributorEmailprotected ContributorOrcidprotected CreditName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the fundingContributorAttributes property.Gets the value of the contributorEmail property.Gets the value of the contributorOrcid property.Gets the value of the creditName property.inthashCode()voidSets the value of the fundingContributorAttributes property.voidSets the value of the contributorEmail property.voidSets the value of the contributorOrcid property.voidsetCreditName(CreditName value) Sets the value of the creditName property.
-
Field Details
-
contributorOrcid
-
creditName
-
contributorEmail
-
contributorAttributes
-
-
Constructor Details
-
FundingContributor
public FundingContributor()
-
-
Method Details
-
getContributorOrcid
Gets the value of the contributorOrcid property.- Returns:
- possible object is
ContributorOrcid
-
setContributorOrcid
Sets the value of the contributorOrcid property.- Parameters:
value- allowed object isContributorOrcid
-
getCreditName
Gets the value of the creditName property.- Returns:
- possible object is
CreditName
-
setCreditName
Sets the value of the creditName property.- Parameters:
value- allowed object isCreditName
-
getContributorEmail
Gets the value of the contributorEmail property.- Returns:
- possible object is
ContributorEmail
-
setContributorEmail
Sets the value of the contributorEmail property.- Parameters:
value- allowed object isContributorEmail
-
getContributorAttributes
Gets the value of the fundingContributorAttributes property.- Returns:
- possible object is
ContributorAttributes
-
setContributorAttributes
Sets the value of the fundingContributorAttributes property.- Parameters:
value- allowed object isContributorAttributes
-
equals
-
hashCode
public int hashCode()
-