public class

WorkHistoryArr

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

Class Overview

Java class for WorkHistoryArr complex type.

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

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

Summary

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

Fields

protected ArrayOfWorkHistoryBean array

Public Constructors

public WorkHistoryArr ()

Public Methods

public ArrayOfWorkHistoryBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfWorkHistoryBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfWorkHistoryBean