Package org.orcid.jaxb.model.message
Class RelevancyScore
java.lang.Object
org.orcid.jaxb.model.message.RelevancyScore
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>float">
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected float value
-
-
Constructor Details
-
RelevancyScore
public RelevancyScore() -
RelevancyScore
public RelevancyScore(float value)
-
-
Method Details
-
getValue
public float getValue()Gets the value of the value property.- Returns:
- float value of RelevancyScore
-
setValue
public void setValue(float value) Sets the value of the value property.- Parameters:
value- - float value of RelevancyScore
-
equals
-
hashCode
public int hashCode()
-