Class DisambiguatedOrganization

java.lang.Object
org.orcid.jaxb.model.common_v2.DisambiguatedOrganization
All Implemented Interfaces:
Serializable

public class DisambiguatedOrganization extends Object implements 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 Details

  • Constructor Details

    • DisambiguatedOrganization

      public DisambiguatedOrganization()
  • Method Details

    • getDisambiguatedOrganizationIdentifier

      public String getDisambiguatedOrganizationIdentifier()
      Gets the value of the disambiguatedOrganizationIdentifier property.
      Returns:
      possible object is String
    • setDisambiguatedOrganizationIdentifier

      public void setDisambiguatedOrganizationIdentifier(String value)
      Sets the value of the disambiguatedOrganizationIdentifier property.
      Parameters:
      value - allowed object is String
    • getDisambiguationSource

      public String getDisambiguationSource()
      Gets the value of the disambiguationSource property.
      Returns:
      possible object is String
    • setDisambiguationSource

      public void setDisambiguationSource(String value)
      Sets the value of the disambiguationSource property.
      Parameters:
      value - allowed object is String
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getExternalIdentifiers

      public List<DisambiguatedOrganizationExternalIdentifier> getExternalIdentifiers()
    • setExternalIdentifiers

      public void setExternalIdentifiers(List<DisambiguatedOrganizationExternalIdentifier> externalIdentifiers)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object