Class Source

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

public class Source extends Object implements Serializable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
See Also:
  • Field Details

  • Constructor Details

    • Source

      public Source()
    • Source

      public Source(String amenderOrcidPath)
  • Method Details

    • getSourceOrcid

      @Deprecated public SourceOrcid getSourceOrcid()
      Deprecated.
      Only use this method if you really need to tell the difference between a source ORCID and a source client ID. Use retrieveSourcePath() instead.
      Returns:
      possible object is SourceOrcid
    • setSourceOrcid

      public void setSourceOrcid(SourceOrcid value)
      Sets the value of the sourceOrcid property.
      Parameters:
      value - allowed object is SourceOrcid
    • getSourceClientId

      @Deprecated public SourceClientId getSourceClientId()
      Deprecated.
      Only use this method if you really need to tell the difference between a source ORCID and a source client ID. Use retrieveSourcePath() instead.
      Returns:
      the SourceClientId
    • setSourceClientId

      public void setSourceClientId(SourceClientId sourceClientId)
    • getSourceName

      public SourceName getSourceName()
      Gets the value of the sourceName property.
      Returns:
      possible object is SourceName
    • setSourceName

      public void setSourceName(SourceName value)
      Sets the value of the sourceName property.
      Parameters:
      value - allowed object is SourceName
    • retrieveSourcePath

      public String retrieveSourcePath()
    • retriveSourceUri

      public String retriveSourceUri()
    • hashCode

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

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