Package org.orcid.jaxb.model.common_v2
Class Source
java.lang.Object
org.orcid.jaxb.model.common_v2.Source
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SourceClientIdprotected SourceNameprotected SourceOrcid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Gets the value of the sourceName property.Deprecated.inthashCode()voidsetSourceClientId(SourceClientId sourceClientId) voidsetSourceName(SourceName value) Sets the value of the sourceName property.voidsetSourceOrcid(SourceOrcid value) Sets the value of the sourceOrcid property.
-
Field Details
-
sourceOrcid
-
sourceClientId
-
sourceName
-
-
Constructor Details
-
Source
public Source() -
Source
-
-
Method Details
-
getSourceOrcid
Deprecated.Only use this method if you really need to tell the difference between a source ORCID and a source client ID. UseretrieveSourcePath()instead.- Returns:
- possible object is
SourceOrcid
-
setSourceOrcid
Sets the value of the sourceOrcid property.- Parameters:
value- allowed object isSourceOrcid
-
getSourceClientId
Deprecated.Only use this method if you really need to tell the difference between a source ORCID and a source client ID. UseretrieveSourcePath()instead.- Returns:
- the SourceClientId
-
setSourceClientId
-
getSourceName
Gets the value of the sourceName property.- Returns:
- possible object is
SourceName
-
setSourceName
Sets the value of the sourceName property.- Parameters:
value- allowed object isSourceName
-
retrieveSourcePath
-
retriveSourceUri
-
hashCode
public int hashCode() -
equals
-