public class

HistoryBeanArr

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

Class Overview

Java class for HistoryBeanArr complex type.

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

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

Summary

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

Fields

protected ArrayOfHistoryBean array

Public Constructors

public HistoryBeanArr ()

Public Methods

public ArrayOfHistoryBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfHistoryBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfHistoryBean