public class ORCID extends ISNI
Constructor and Description |
---|
ORCID() |
Modifier and Type | Method and Description |
---|---|
ORCID |
createChecksum(boolean createChecksum)
Indicate that a correct check sum should be computed.
|
ORCID |
normalize()
Normalize the value by removing all unwanted characters or
replacing characters with the ones required for verification.
|
ORCID |
set(CharSequence value)
Creates a new ISNI
|
URI |
toURI() |
String |
type()
Return the type of this standard number
|
ORCID |
verify()
Verify the number.
|
compareTo, format, isValid, normalizedValue, reset
getTypedVariants
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypedVariants
public ORCID()
public String type()
StandardNumber
type
in interface StandardNumber
type
in class ISNI
public ORCID set(CharSequence value)
ISNI
set
in interface StandardNumber
set
in class ISNI
value
- the valuepublic ORCID createChecksum(boolean createChecksum)
StandardNumber
createChecksum
in interface StandardNumber
createChecksum
in class ISNI
public ORCID normalize()
StandardNumber
normalize
in interface StandardNumber
normalize
in class ISNI
public ORCID verify() throws NumberFormatException
StandardNumber
verify
in interface StandardNumber
verify
in class ISNI
NumberFormatException
- if verification failedCopyright © 2013–2014. All rights reserved.