public class

ExecuteProxyUpdates

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webpartpages.ExecuteProxyUpdates

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="updateData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String updateData
Public Constructors
ExecuteProxyUpdates()
Public Methods
String getUpdateData()
Gets the value of the updateData property.
void setUpdateData(String value)
Sets the value of the updateData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String updateData

Public Constructors

public ExecuteProxyUpdates ()

Public Methods

public String getUpdateData ()

Gets the value of the updateData property.

Returns
  • possible object is String

public void setUpdateData (String value)

Sets the value of the updateData property.

Parameters
value Allowed object is String