public class ScholixIdentifierType extends Object
| Constructor and Description |
|---|
ScholixIdentifierType() |
| Modifier and Type | Method and Description |
|---|---|
static ScholixIdentifierType |
fromScholixIdentifier(ScholixIdentifier input) |
String |
getId()
Gets The identifier
|
String |
getIdScheme()
Gets The scheme or namespace of the identifier string
|
String |
getIdURL()
Gets An internet resolvable form of the identifier
|
ScholixIdentifierType |
setId(String id)
Sets The identifier
|
ScholixIdentifierType |
setIdScheme(String idScheme)
Sets The scheme or namespace of the identifier string
|
ScholixIdentifierType |
setIdURL(String idURL)
Sets An internet resolvable form of the identifier
|
public String getId()
public ScholixIdentifierType setId(String id)
id - the idpublic String getIdScheme()
public ScholixIdentifierType setIdScheme(String idScheme)
idScheme - the id schemepublic String getIdURL()
public ScholixIdentifierType setIdURL(String idURL)
idURL - the id urlpublic static ScholixIdentifierType fromScholixIdentifier(ScholixIdentifier input)
Copyright © 2025. All rights reserved.