| Package | Description |
|---|---|
| org.orcid.jaxb.model.record_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected FundingTitle |
FundingSummary.title |
protected FundingTitle |
Funding.title |
| Modifier and Type | Method and Description |
|---|---|
FundingTitle |
ObjectFactory.createFundingTitle()
Create an instance of
FundingTitle |
FundingTitle |
FundingSummary.getTitle()
Gets the value of the title property.
|
FundingTitle |
Funding.getTitle()
Gets the value of the title property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FundingSummary.setTitle(FundingTitle value)
Sets the value of the title property.
|
void |
Funding.setTitle(FundingTitle value)
Sets the value of the title property.
|
| Constructor and Description |
|---|
Funding(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
String type,
String organizationDefinedType,
FundingTitle title,
String shortDescription,
Amount amount,
Url url,
FuzzyDate startDate,
FuzzyDate endDate,
ExternalIds externalIds,
FundingContributors contributors,
Organization organization)
Fully-initialising value constructor
|
FundingSummary(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
SourceType source,
BigInteger putCode,
Visibility visibility,
String displayIndex,
String path,
FundingTitle title,
ExternalIds externalIds,
Url url,
String type,
FuzzyDate startDate,
FuzzyDate endDate,
Organization organization)
Fully-initialising value constructor
|
Copyright © 2020. All rights reserved.