public class

LocationArr

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

Class Overview

Java class for LocationArr complex type.

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

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

Summary

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

Fields

protected ArrayOfLocationBean array

Public Constructors

public LocationArr ()

Public Methods

public ArrayOfLocationBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfLocationBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfLocationBean