| Package | Description |
|---|---|
| org.orcid.jaxb.model.record_v3 |
| Modifier and Type | Class and Description |
|---|---|
class |
Biography
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BiographyType |
PersonalDetails.biography |
protected BiographyType |
Person.biography |
| Modifier and Type | Method and Description |
|---|---|
BiographyType |
ObjectFactory.createBiographyType()
Create an instance of
BiographyType |
BiographyType |
PersonalDetails.getBiography()
Gets the value of the biography property.
|
BiographyType |
Person.getBiography()
Gets the value of the biography property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalDetails.setBiography(BiographyType value)
Sets the value of the biography property.
|
void |
Person.setBiography(BiographyType value)
Sets the value of the biography 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.