public class

SaveWebPart

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

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="pageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storageKey" type="{http://microsoft.com/wsdl/types/}guid"/>
         <element name="webPartXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storage" type="{http://microsoft.com/sharepoint/webpartpages}Storage"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String pageUrl
protected Storage storage
protected String storageKey
protected String webPartXml
Public Constructors
SaveWebPart()
Public Methods
String getPageUrl()
Gets the value of the pageUrl property.
Storage getStorage()
Gets the value of the storage property.
String getStorageKey()
Gets the value of the storageKey property.
String getWebPartXml()
Gets the value of the webPartXml property.
void setPageUrl(String value)
Sets the value of the pageUrl property.
void setStorage(Storage value)
Sets the value of the storage property.
void setStorageKey(String value)
Sets the value of the storageKey property.
void setWebPartXml(String value)
Sets the value of the webPartXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String pageUrl

protected Storage storage

protected String storageKey

protected String webPartXml

Public Constructors

public SaveWebPart ()

Public Methods

public String getPageUrl ()

Gets the value of the pageUrl property.

Returns
  • possible object is String

public Storage getStorage ()

Gets the value of the storage property.

Returns

public String getStorageKey ()

Gets the value of the storageKey property.

Returns
  • possible object is String

public String getWebPartXml ()

Gets the value of the webPartXml property.

Returns
  • possible object is String

public void setPageUrl (String value)

Sets the value of the pageUrl property.

Parameters
value Allowed object is String

public void setStorage (Storage value)

Sets the value of the storage property.

Parameters
value Allowed object is Storage

public void setStorageKey (String value)

Sets the value of the storageKey property.

Parameters
value Allowed object is String

public void setWebPartXml (String value)

Sets the value of the webPartXml property.

Parameters
value Allowed object is String