Class Source

java.lang.Object
org.orcid.jaxb.model.message.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.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.orcid.org/ns/orcid}source-orcid" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}source-name" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}source-date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • NULL_SOURCE_PROFILE

      public static String NULL_SOURCE_PROFILE
    • sourceOrcid

      protected SourceOrcid sourceOrcid
    • sourceClientId

      protected SourceClientId sourceClientId
    • sourceName

      protected SourceName sourceName
    • sourceDate

      protected SourceDate sourceDate
  • 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 source client id
    • 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
    • getSourceDate

      public SourceDate getSourceDate()
      Gets the value of the sourceDate property.
      Returns:
      possible object is SourceDate
    • setSourceDate

      public void setSourceDate(SourceDate value)
      Sets the value of the sourceDate property.
      Parameters:
      value - allowed object is SourceDate
    • retrieveSourcePath

      public String retrieveSourcePath()
    • hashCode

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

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