public class

MetadataArr

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

Class Overview

Java class for MetadataArr complex type.

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

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

Summary

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

Fields

protected ArrayOfMetadataBean array

Public Constructors

public MetadataArr ()

Public Methods

public ArrayOfMetadataBean getArray ()

Gets the value of the array property.

Returns

public void setArray (ArrayOfMetadataBean value)

Sets the value of the array property.

Parameters
value Allowed object is ArrayOfMetadataBean