public class

MapItem

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

Class Overview

Java class for mapItem complex type.

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

 <complexType name="mapItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Object key
protected Object propertyValue
Public Constructors
MapItem()
Public Methods
Object getKey()
Gets the value of the key property.
Object getPropertyValue()
Gets the value of the propertyValue property.
void setKey(Object value)
Sets the value of the key property.
void setPropertyValue(Object value)
Sets the value of the propertyValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Object key

protected Object propertyValue

Public Constructors

public MapItem ()

Public Methods

public Object getKey ()

Gets the value of the key property.

Returns
  • possible object is Object

public Object getPropertyValue ()

Gets the value of the propertyValue property.

Returns
  • possible object is Object

public void setKey (Object value)

Sets the value of the key property.

Parameters
value Allowed object is Object

public void setPropertyValue (Object value)

Sets the value of the propertyValue property.

Parameters
value Allowed object is Object