public class

DeleteWebPart

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

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="storage" type="{http://microsoft.com/sharepoint/webpartpages}Storage"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String pageUrl
protected Storage storage
protected String storageKey
Public Constructors
DeleteWebPart()
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.
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String pageUrl

protected Storage storage

protected String storageKey

Public Constructors

public DeleteWebPart ()

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 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