| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.SearchResultArr |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| array | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the array property.
| |||||||||||
Sets the value of the array property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the array property.
ArrayOfSearchResultBean
Sets the value of the array property.
| value | Allowed object is
ArrayOfSearchResultBean
|
|---|