Class ScholixLinkProviderType
java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.ScholixLinkProviderType
The type Scholix link provider type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScholixLinkProviderTypefromScholixEntityId(ScholixEntityId provider) Gets A List of unique string that identifies the objectgetName()Gets The name of the ProvidersetIdentifier(List<ScholixIdentifierType> identifier) Sets A List of unique string that identifies the objectSets The name of the Provider
-
Constructor Details
-
ScholixLinkProviderType
public ScholixLinkProviderType()
-
-
Method Details
-
getIdentifier
Gets A List of unique string that identifies the object- Returns:
- the identifier
-
setIdentifier
Sets A List of unique string that identifies the object- Parameters:
identifier- the identifier- Returns:
- the identifier
-
getName
Gets The name of the Provider- Returns:
- the name
-
setName
Sets The name of the Provider- Parameters:
name- the name- Returns:
- the name
-
fromScholixEntityId
-