| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.SearchResultBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| relevance | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the relevance property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the relevance property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the relevance property.
Sets the value of the id property.
| value |
|---|
Sets the value of the relevance property.
| value |
|---|