public class Funding extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}funding-type"/>
<element ref="{http://www.orcid.org/ns/orcid}organization-defined-type" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}funding-title"/>
<element ref="{http://www.orcid.org/ns/orcid}short-description" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}amount" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}url" minOccurs="0"/>
<element name="start-date" type="{http://www.orcid.org/ns/orcid}fuzzy-date" minOccurs="0"/>
<element name="end-date" type="{http://www.orcid.org/ns/orcid}fuzzy-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}funding-external-identifiers" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}funding-contributors" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}organization"/>
<element ref="{http://www.orcid.org/ns/orcid}source" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}created-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}last-modified-date" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.orcid.org/ns/orcid}put-code"/>
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Amount |
amount |
protected CreatedDate |
createdDate |
protected FuzzyDate |
endDate |
protected FundingContributors |
fundingContributors |
protected FundingExternalIdentifiers |
fundingExternalIdentifiers |
protected FundingTitle |
fundingTitle |
protected String |
fundingType |
protected LastModifiedDate |
lastModifiedDate |
protected Organization |
organization |
protected String |
organizationDefinedType |
protected BigInteger |
putCode |
protected String |
shortDescription |
protected Source |
source |
protected FuzzyDate |
startDate |
protected Url |
url |
protected Visibility |
visibility |
| Constructor and Description |
|---|
Funding() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getAmount()
Gets the value of the amount property.
|
CreatedDate |
getCreatedDate()
Gets the value of the createdDate property.
|
FuzzyDate |
getEndDate()
Gets the value of the endDate property.
|
FundingContributors |
getFundingContributors()
Gets the value of the fundingContributors property.
|
FundingExternalIdentifiers |
getFundingExternalIdentifiers()
Gets the value of the fundingExternalIdentifiers property.
|
FundingTitle |
getFundingTitle()
Gets the value of the fundingTitle property.
|
String |
getFundingType()
Gets the value of the fundingType property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Organization |
getOrganization()
Gets the value of the organization property.
|
String |
getOrganizationDefinedType()
Gets the value of the organizationDefinedType property.
|
BigInteger |
getPutCode()
Gets the value of the putCode property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
Source |
getSource()
Gets the value of the source property.
|
FuzzyDate |
getStartDate()
Gets the value of the startDate property.
|
Url |
getUrl()
Gets the value of the url property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setAmount(Amount value)
Sets the value of the amount property.
|
void |
setCreatedDate(CreatedDate value)
Sets the value of the createdDate property.
|
void |
setEndDate(FuzzyDate value)
Sets the value of the endDate property.
|
void |
setFundingContributors(FundingContributors value)
Sets the value of the fundingContributors property.
|
void |
setFundingExternalIdentifiers(FundingExternalIdentifiers value)
Sets the value of the fundingExternalIdentifiers property.
|
void |
setFundingTitle(FundingTitle value)
Sets the value of the fundingTitle property.
|
void |
setFundingType(String value)
Sets the value of the fundingType property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setOrganization(Organization value)
Sets the value of the organization property.
|
void |
setOrganizationDefinedType(String value)
Sets the value of the organizationDefinedType property.
|
void |
setPutCode(BigInteger value)
Sets the value of the putCode property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setStartDate(FuzzyDate value)
Sets the value of the startDate property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected String fundingType
protected String organizationDefinedType
protected FundingTitle fundingTitle
protected String shortDescription
protected Amount amount
protected Url url
protected FuzzyDate startDate
protected FuzzyDate endDate
protected FundingExternalIdentifiers fundingExternalIdentifiers
protected FundingContributors fundingContributors
protected Organization organization
protected Source source
protected CreatedDate createdDate
protected LastModifiedDate lastModifiedDate
protected BigInteger putCode
protected Visibility visibility
public String getFundingType()
Stringpublic void setFundingType(String value)
value - allowed object is
Stringpublic String getOrganizationDefinedType()
Stringpublic void setOrganizationDefinedType(String value)
value - allowed object is
Stringpublic FundingTitle getFundingTitle()
FundingTitlepublic void setFundingTitle(FundingTitle value)
value - allowed object is
FundingTitlepublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic Amount getAmount()
Amountpublic void setAmount(Amount value)
value - allowed object is
Amountpublic void setUrl(Url value)
value - allowed object is
Urlpublic FuzzyDate getStartDate()
FuzzyDatepublic void setStartDate(FuzzyDate value)
value - allowed object is
FuzzyDatepublic FuzzyDate getEndDate()
FuzzyDatepublic void setEndDate(FuzzyDate value)
value - allowed object is
FuzzyDatepublic FundingExternalIdentifiers getFundingExternalIdentifiers()
FundingExternalIdentifierspublic void setFundingExternalIdentifiers(FundingExternalIdentifiers value)
value - allowed object is
FundingExternalIdentifierspublic FundingContributors getFundingContributors()
FundingContributorspublic void setFundingContributors(FundingContributors value)
value - allowed object is
FundingContributorspublic Organization getOrganization()
Organizationpublic void setOrganization(Organization value)
value - allowed object is
Organizationpublic Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic CreatedDate getCreatedDate()
CreatedDatepublic void setCreatedDate(CreatedDate value)
value - allowed object is
CreatedDatepublic LastModifiedDate getLastModifiedDate()
LastModifiedDatepublic void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDatepublic BigInteger getPutCode()
BigIntegerpublic void setPutCode(BigInteger value)
value - allowed object is
BigIntegerpublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.