public class

FlexRollingEntityBeanArr

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

Class Overview

Java class for FlexRollingEntityBeanArr complex type.

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

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

Summary

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

Fields

Public Constructors

public FlexRollingEntityBeanArr ()

Public Methods

public ArrayOfFlexRollingEntityBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfFlexRollingEntityBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfFlexRollingEntityBean