Class ScholixCreatorType
java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.ScholixCreatorType
The type Scholix creator type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScholixCreatorTypefromScholixEntityId(ScholixEntityId inputCreator) Gets A List of unique string that identifies the creatorgetName()Gets The name of the Object CreatorsetIdentifier(List<ScholixIdentifierType> identifier) Sets A List of unique string that identifies the creatorSets The name of the Object Creator
-
Constructor Details
-
ScholixCreatorType
public ScholixCreatorType()
-
-
Method Details
-
getIdentifier
Gets A List of unique string that identifies the creator- Returns:
- the identifier
-
setIdentifier
Sets A List of unique string that identifies the creator- Parameters:
identifier- the identifier- Returns:
- the identifier
-
getName
Gets The name of the Object Creator- Returns:
- the name
-
setName
Sets The name of the Object Creator- Parameters:
name- the name- Returns:
- the name
-
fromScholixEntityId
-