public class

SearchResultArr

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

Class Overview

Java class for SearchResultArr complex type.

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

 <complexType name="SearchResultArr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="array" type="{urn:TBEWebAPI}ArrayOfSearchResultBean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfSearchResultBean array
Public Constructors
SearchResultArr()
Public Methods
ArrayOfSearchResultBean getArray()
Gets the value of the array property.
void setArray(ArrayOfSearchResultBean value)
Sets the value of the array property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfSearchResultBean array

Public Constructors

public SearchResultArr ()

Public Methods

public ArrayOfSearchResultBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfSearchResultBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfSearchResultBean