public class

LookupArr

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

Class Overview

Java class for LookupArr complex type.

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

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

Summary

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

Fields

protected ArrayOfLookupBean array

Public Constructors

public LookupArr ()

Public Methods

public ArrayOfLookupBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfLookupBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfLookupBean