public class

SearchResultBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.SearchResultBean

Class Overview

Java class for SearchResultBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SearchResultBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="relevance" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long id
protected double relevance
Public Constructors
SearchResultBean()
Public Methods
long getId()
Gets the value of the id property.
double getRelevance()
Gets the value of the relevance property.
void setId(long value)
Sets the value of the id property.
void setRelevance(double value)
Sets the value of the relevance property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long id

protected double relevance

Public Constructors

public SearchResultBean ()

Public Methods

public long getId ()

Gets the value of the id property.

public double getRelevance ()

Gets the value of the relevance property.

public void setId (long value)

Sets the value of the id property.

Parameters
value

public void setRelevance (double value)

Sets the value of the relevance property.

Parameters
value