Class ScholixIdentifierType
java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.ScholixIdentifierType
The type Scholix identifier type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScholixIdentifierTypegetId()Gets The identifierGets The scheme or namespace of the identifier stringgetIdURL()Gets An internet resolvable form of the identifierSets The identifiersetIdScheme(String idScheme) Sets The scheme or namespace of the identifier stringSets An internet resolvable form of the identifier
-
Constructor Details
-
ScholixIdentifierType
public ScholixIdentifierType()
-
-
Method Details
-
getId
Gets The identifier- Returns:
- the id
-
setId
Sets The identifier- Parameters:
id- the id- Returns:
- the id
-
getIdScheme
Gets The scheme or namespace of the identifier string- Returns:
- the id scheme
-
setIdScheme
Sets The scheme or namespace of the identifier string- Parameters:
idScheme- the id scheme- Returns:
- the id scheme
-
getIdURL
Gets An internet resolvable form of the identifier- Returns:
- the id url
-
setIdURL
Sets An internet resolvable form of the identifier- Parameters:
idURL- the id url- Returns:
- the id url
-
fromScholixIdentifier
-