Package org.orcid.jaxb.model.common_v2
Class DisambiguatedOrganization
java.lang.Object
org.orcid.jaxb.model.common_v2.DisambiguatedOrganization
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<DisambiguatedOrganizationExternalIdentifier>protected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the disambiguatedOrganizationIdentifier property.Gets the value of the disambiguationSource property.getId()inthashCode()voidSets the value of the disambiguatedOrganizationIdentifier property.voidsetDisambiguationSource(String value) Sets the value of the disambiguationSource property.voidsetExternalIdentifiers(List<DisambiguatedOrganizationExternalIdentifier> externalIdentifiers) void
-
Field Details
-
disambiguatedOrganizationIdentifier
-
disambiguationSource
-
id
-
externalIdentifiers
-
-
Constructor Details
-
DisambiguatedOrganization
public DisambiguatedOrganization()
-
-
Method Details
-
getDisambiguatedOrganizationIdentifier
Gets the value of the disambiguatedOrganizationIdentifier property.- Returns:
- possible object is
String
-
setDisambiguatedOrganizationIdentifier
Sets the value of the disambiguatedOrganizationIdentifier property.- Parameters:
value- allowed object isString
-
getDisambiguationSource
Gets the value of the disambiguationSource property.- Returns:
- possible object is
String
-
setDisambiguationSource
Sets the value of the disambiguationSource property.- Parameters:
value- allowed object isString
-
getId
-
setId
-
getExternalIdentifiers
-
setExternalIdentifiers
public void setExternalIdentifiers(List<DisambiguatedOrganizationExternalIdentifier> externalIdentifiers) -
hashCode
public int hashCode() -
equals
-