public class

LongArr

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

Class Overview

Java class for LongArr complex type.

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

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

Summary

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

Fields

protected ArrayOfXsdLong array

Public Constructors

public LongArr ()

Public Methods

public ArrayOfXsdLong getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfXsdLong value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfXsdLong