public class DisambiguatedOrganization extends Object
Java class for disambiguated-organization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="disambiguated-organization">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}disambiguated-organization-identifier"/>
<element ref="{http://www.orcid.org/ns/orcid}disambiguation-source"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
disambiguatedOrganizationIdentifier |
protected String |
disambiguationSource |
| Constructor and Description |
|---|
DisambiguatedOrganization() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisambiguatedOrganizationIdentifier()
Gets the value of the disambiguatedOrganizationIdentifier property.
|
String |
getDisambiguationSource()
Gets the value of the disambiguationSource property.
|
void |
setDisambiguatedOrganizationIdentifier(String value)
Sets the value of the disambiguatedOrganizationIdentifier property.
|
void |
setDisambiguationSource(String value)
Sets the value of the disambiguationSource property.
|
protected String disambiguatedOrganizationIdentifier
protected String disambiguationSource
public String getDisambiguatedOrganizationIdentifier()
Stringpublic void setDisambiguatedOrganizationIdentifier(String value)
value - allowed object is
Stringpublic String getDisambiguationSource()
StringCopyright © 2017. All rights reserved.