public class

DepartmentArr

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

Class Overview

Java class for DepartmentArr complex type.

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

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

Summary

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

Fields

protected ArrayOfDepartmentBean array

Public Constructors

public DepartmentArr ()

Public Methods

public ArrayOfDepartmentBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfDepartmentBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfDepartmentBean