public class FundingExternalIdentifier 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-external-identifier-type"/>
<element name="funding-external-identifier-value" type="{http://www.orcid.org/ns/orcid}string2084" minOccurs="0"/>
<element name="funding-external-identifier-url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fundingExternalIdentifierType |
protected String |
fundingExternalIdentifierUrl |
protected String |
fundingExternalIdentifierValue |
| Constructor and Description |
|---|
FundingExternalIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFundingExternalIdentifierType()
Gets the value of the fundingExternalIdentifierType property.
|
String |
getFundingExternalIdentifierUrl()
Gets the value of the fundingExternalIdentifierUrl property.
|
String |
getFundingExternalIdentifierValue()
Gets the value of the fundingExternalIdentifierValue property.
|
void |
setFundingExternalIdentifierType(String value)
Sets the value of the fundingExternalIdentifierType property.
|
void |
setFundingExternalIdentifierUrl(String value)
Sets the value of the fundingExternalIdentifierUrl property.
|
void |
setFundingExternalIdentifierValue(String value)
Sets the value of the fundingExternalIdentifierValue property.
|
protected String fundingExternalIdentifierType
protected String fundingExternalIdentifierValue
protected String fundingExternalIdentifierUrl
public String getFundingExternalIdentifierType()
Stringpublic void setFundingExternalIdentifierType(String value)
value - allowed object is
Stringpublic String getFundingExternalIdentifierValue()
Stringpublic void setFundingExternalIdentifierValue(String value)
value - allowed object is
Stringpublic String getFundingExternalIdentifierUrl()
StringCopyright © 2017. All rights reserved.