| Package | Description |
|---|---|
| org.orcid.jaxb.model.record_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected OtherNames |
PersonalDetails.otherNames |
protected OtherNames |
Person.otherNames |
| Modifier and Type | Method and Description |
|---|---|
OtherNames |
ObjectFactory.createOtherNames()
Create an instance of
OtherNames |
OtherNames |
PersonalDetails.getOtherNames()
Gets the value of the otherNames property.
|
OtherNames |
Person.getOtherNames()
Gets the value of the otherNames property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalDetails.setOtherNames(OtherNames value)
Sets the value of the otherNames property.
|
void |
Person.setOtherNames(OtherNames value)
Sets the value of the otherNames property.
|
| Constructor and Description |
|---|
Person(LastModifiedDate lastModifiedDate,
NameType name,
OtherNames otherNames,
BiographyType biography,
ResearcherUrls researcherUrls,
Emails emails,
Addresses addresses,
Keywords keywords,
ExternalIdentifiers externalIdentifiers,
String path)
Fully-initialising value constructor
|
PersonalDetails(LastModifiedDate lastModifiedDate,
NameType name,
OtherNames otherNames,
BiographyType biography,
String path)
Fully-initialising value constructor
|
Copyright © 2020. All rights reserved.