Package org.orcid.jaxb.model.message
Class DisambiguatedOrganization
java.lang.Object
org.orcid.jaxb.model.message.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
Fields -
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.void
-
Field Details
-
disambiguatedOrganizationIdentifier
-
disambiguationSource
-
id
-
-
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
-
hashCode
public int hashCode() -
equals
-