Package org.orcid.jaxb.model.message
Class ContributorAttributes
java.lang.Object
org.orcid.jaxb.model.message.ContributorAttributes
- 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-sequence"/>
<element ref="{http://www.orcid.org/ns/orcid}contributor-role"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the contributorRole property.Gets the value of the contributorSequence property.inthashCode()voidSets the value of the contributorRole property.voidSets the value of the contributorSequence property.
-
Field Details
-
contributorSequence
-
contributorRole
-
-
Constructor Details
-
ContributorAttributes
public ContributorAttributes()
-
-
Method Details
-
getContributorSequence
Gets the value of the contributorSequence property.- Returns:
- possible object is
String
-
setContributorSequence
Sets the value of the contributorSequence property.- Parameters:
value- allowed object isString
-
getContributorRole
Gets the value of the contributorRole property.- Returns:
- possible object is
String
-
setContributorRole
Sets the value of the contributorRole property.- Parameters:
value- allowed object isString
-
equals
-
hashCode
public int hashCode()
-