Class ScholixCreatorType

java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.ScholixCreatorType

public class ScholixCreatorType extends Object
The type Scholix creator type.
  • Constructor Details

    • ScholixCreatorType

      public ScholixCreatorType()
  • Method Details

    • getIdentifier

      public List<ScholixIdentifierType> getIdentifier()
      Gets A List of unique string that identifies the creator
      Returns:
      the identifier
    • setIdentifier

      public ScholixCreatorType setIdentifier(List<ScholixIdentifierType> identifier)
      Sets A List of unique string that identifies the creator
      Parameters:
      identifier - the identifier
      Returns:
      the identifier
    • getName

      public String getName()
      Gets The name of the Object Creator
      Returns:
      the name
    • setName

      public ScholixCreatorType setName(String name)
      Sets The name of the Object Creator
      Parameters:
      name - the name
      Returns:
      the name
    • fromScholixEntityId

      public static ScholixCreatorType fromScholixEntityId(ScholixEntityId inputCreator)