Package eu.dnetlib.dhp.schema.orcid
Class Contributor
java.lang.Object
eu.dnetlib.dhp.schema.orcid.AuthorData
eu.dnetlib.dhp.schema.orcid.Contributor
- All Implemented Interfaces:
Serializable
This class models the data related to a contributor, that are retrieved from an orcid publication
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRole()getScore()booleanbooleanvoidsetBestMatch(boolean bestMatch) voidvoidvoidsetSequence(String sequence) voidsetSimpleMatch(boolean simpleMatch) Methods inherited from class eu.dnetlib.dhp.schema.orcid.AuthorData
getCreditName, getErrorCode, getName, getOid, getOtherNames, getSurname, setCreditName, setErrorCode, setName, setOid, setOtherNames, setSurname
-
Constructor Details
-
Contributor
public Contributor()
-
-
Method Details
-
getSequence
-
setSequence
-
getRole
-
setRole
-
isSimpleMatch
public boolean isSimpleMatch() -
setSimpleMatch
public void setSimpleMatch(boolean simpleMatch) -
getScore
-
setScore
-
isBestMatch
public boolean isBestMatch() -
setBestMatch
public void setBestMatch(boolean bestMatch)
-