Package org.orcid.jaxb.model.message
Class OrcidSearchResult
java.lang.Object
org.orcid.jaxb.model.message.OrcidSearchResult
- 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}relevancy-score"/>
<element ref="{http://www.orcid.org/ns/orcid}orcid-profile"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the orcidProfile property.Gets the value of the relevancyScore property.inthashCode()voidsetOrcidProfile(OrcidProfile value) Sets the value of the orcidProfile property.voidsetRelevancyScore(RelevancyScore value) Sets the value of the relevancyScore property.
-
Field Details
-
relevancyScore
-
orcidProfile
-
-
Constructor Details
-
OrcidSearchResult
public OrcidSearchResult()
-
-
Method Details
-
getRelevancyScore
Gets the value of the relevancyScore property.- Returns:
- possible object is
RelevancyScore
-
setRelevancyScore
Sets the value of the relevancyScore property.- Parameters:
value- allowed object isRelevancyScore
-
getOrcidProfile
Gets the value of the orcidProfile property.- Returns:
- possible object is
OrcidProfile
-
setOrcidProfile
Sets the value of the orcidProfile property.- Parameters:
value- allowed object isOrcidProfile
-
equals
-
hashCode
public int hashCode()
-