| Package | Description |
|---|---|
| org.orcid.jaxb.model.record_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected WorkTitle |
WorkSummary.title |
protected WorkTitle |
Work.title |
| Modifier and Type | Method and Description |
|---|---|
WorkTitle |
ObjectFactory.createWorkTitle()
Create an instance of
WorkTitle |
WorkTitle |
WorkSummary.getTitle()
Gets the value of the title property.
|
WorkTitle |
Work.getTitle()
Gets the value of the title property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkSummary.setTitle(WorkTitle value)
Sets the value of the title property.
|
void |
Work.setTitle(WorkTitle value)
Sets the value of the title property.
|
| Constructor and Description |
|---|
Work(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
WorkTitle title,
String journalTitle,
String shortDescription,
Citation citation,
String type,
FuzzyDate publicationDate,
ExternalIds externalIds,
Url url,
WorkContributors contributors,
String languageCode,
Country country)
Fully-initialising value constructor
|
WorkSummary(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
WorkTitle title,
ExternalIds externalIds,
Url url,
String type,
FuzzyDate publicationDate,
String journalTitle)
Fully-initialising value constructor
|
Copyright © 2020. All rights reserved.