public class

FlexEntityBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.FlexEntityBean
Known Direct Subclasses

Class Overview

Java class for FlexEntityBean complex type.

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

 <complexType name="FlexEntityBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="attributes" type="{urn:TBEWebAPI}ArrayOfFlexFieldBean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfFlexFieldBean attributes
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
FlexEntityBean()
Public Methods
ArrayOfFlexFieldBean getAttributes()
Gets the value of the attributes property.
void setAttributes(ArrayOfFlexFieldBean value)
Sets the value of the attributes property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected ArrayOfFlexFieldBean attributes

Public Constructors

public FlexEntityBean ()

Public Methods

public ArrayOfFlexFieldBean getAttributes ()

Gets the value of the attributes property.

Returns

public void setAttributes (ArrayOfFlexFieldBean value)

Sets the value of the attributes property.

Parameters
value Allowed object is ArrayOfFlexFieldBean