| Package | Description |
|---|---|
| de.gerdiproject.json.datacite.abstr |
This package contains abstract classes that are helpful from a programmer's
perspective, but are not actively mappable to DataCite properties.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NameIdentifier> |
AbstractPerson.getNameIdentifiers()
Retrieves unique identifiers for an individual or legal entity, according to various schemes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPerson.addNameIdentifiers(Collection<NameIdentifier> nameIdentifiers)
Changes unique identifiers of an individual or legal entity, according to various schemes.
|
void |
AbstractPerson.setNameIdentifiers(Set<NameIdentifier> nameIdentifiers)
Sets unique identifiers for an individual or legal entity, according to various schemes.
|
Copyright © 2017–2019. All rights reserved.