Package org.orcid.jaxb.model.message
Class Source
java.lang.Object
org.orcid.jaxb.model.message.Source
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic Stringprotected SourceClientIdprotected SourceDateprotected SourceNameprotected SourceOrcid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Gets the value of the sourceDate property.Gets the value of the sourceName property.Deprecated.inthashCode()voidsetSourceClientId(SourceClientId sourceClientId) voidsetSourceDate(SourceDate value) Sets the value of the sourceDate property.voidsetSourceName(SourceName value) Sets the value of the sourceName property.voidsetSourceOrcid(SourceOrcid value) Sets the value of the sourceOrcid property.
-
Field Details
-
NULL_SOURCE_PROFILE
-
sourceOrcid
-
sourceClientId
-
sourceName
-
sourceDate
-
-
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 source client id
-
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
-
getSourceDate
Gets the value of the sourceDate property.- Returns:
- possible object is
SourceDate
-
setSourceDate
Sets the value of the sourceDate property.- Parameters:
value- allowed object isSourceDate
-
retrieveSourcePath
-
hashCode
public int hashCode() -
equals
-