Class Contributor
java.lang.Object
org.orcid.jaxb.model.v3.release.common.Contributor
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContributorAttributesprotected ContributorEmailprotected ContributorOrcidprotected CreditName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the contributorAttributes 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 contributorAttributes 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
-
Contributor
public Contributor()
-
-
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 contributorAttributes property.- Returns:
- possible object is
ContributorAttributes
-
setContributorAttributes
Sets the value of the contributorAttributes property.- Parameters:
value- allowed object isContributorAttributes
-
equals
-
hashCode
public int hashCode()
-