public class

RegionArr

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

Class Overview

Java class for RegionArr complex type.

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

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

Summary

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

Fields

protected ArrayOfRegionBean array

Public Constructors

public RegionArr ()

Public Methods

public ArrayOfRegionBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfRegionBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfRegionBean