Package eu.dnetlib.dhp.schema.oaf.rel
Class Authorship
java.lang.Object
eu.dnetlib.dhp.schema.oaf.Oaf
eu.dnetlib.dhp.schema.oaf.rel.Authorship
- All Implemented Interfaces:
Serializable
Relations for the Authorship statement. It contains:
the oaire identifier of the person
the oaire identifier of the linked results
the role (when present) of the author wrt the result
the rank of the author in the set of authors
if the author is corresponding author for the result
the list of declared affiliation derived from the raw_affiliation_string provided by the person as found in the metadata
- See Also:
-
Field Summary
Fields inherited from class eu.dnetlib.dhp.schema.oaf.Oaf
collectedfrom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRank()getRoles()voidsetCorresponding(Boolean corresponding) voidsetDeclaredAffiliations(List<DeclaredAffiliation> declaredAffiliations) voidvoidsetProduct(String product) voidvoidMethods inherited from class eu.dnetlib.dhp.schema.oaf.Oaf
getCollectedfrom, getDataInfo, getLastupdatetimestamp, setCollectedfrom, setDataInfo, setLastupdatetimestamp
-
Constructor Details
-
Authorship
public Authorship()
-
-
Method Details
-
getPerson
-
setPerson
-
getProduct
-
setProduct
-
getRoles
-
setRoles
-
getRank
-
setRank
-
getCorresponding
-
setCorresponding
-
getDeclaredAffiliations
-
setDeclaredAffiliations
-