| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| 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 |
|---|---|
PersonName |
Creator.getName() |
PersonName |
Contributor.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
Creator.setName(PersonName name) |
void |
Contributor.setName(PersonName name) |
| Constructor and Description |
|---|
Contributor(PersonName nameObject,
ContributorType type)
Simple constructor that requires all mandatory fields.
|
Creator(PersonName nameObject)
Simple constructor that requires all mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PersonName |
AbstractPerson.getName()
Returns the name of the person.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractPerson.setName(PersonName name)
Changes the name of the person.
|
| Constructor and Description |
|---|
AbstractPerson(PersonName nameObject)
Simple constructor that requires all mandatory fields.
|
Copyright © 2017–2018. All rights reserved.