public class

SaveWebPart2

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

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"/>
         <element name="allowTypeChange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean allowTypeChange
protected String pageUrl
protected Storage storage
protected String storageKey
protected String webPartXml
Public Constructors
SaveWebPart2()
Public Methods
boolean getAllowTypeChange()
Gets the value of the allowTypeChange property.
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 setAllowTypeChange(boolean value)
Sets the value of the allowTypeChange 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 boolean allowTypeChange

protected String pageUrl

protected Storage storage

protected String storageKey

protected String webPartXml

Public Constructors

public SaveWebPart2 ()

Public Methods

public boolean getAllowTypeChange ()

Gets the value of the allowTypeChange property. This getter has been renamed from isAllowTypeChange() to getAllowTypeChange() by cxf-xjc-boolean plugin.

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 setAllowTypeChange (boolean value)

Sets the value of the allowTypeChange property.

Parameters
value

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