Class RelevancyScore

java.lang.Object
org.orcid.jaxb.model.message.RelevancyScore
All Implemented Interfaces:
Serializable

public class RelevancyScore extends Object implements 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 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object