public class

GetWebPartProperties2

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

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

Summary

Fields
protected SPWebServiceBehavior behavior
protected String pageUrl
protected Storage storage
Public Constructors
GetWebPartProperties2()
Public Methods
SPWebServiceBehavior getBehavior()
Gets the value of the behavior property.
String getPageUrl()
Gets the value of the pageUrl property.
Storage getStorage()
Gets the value of the storage property.
void setBehavior(SPWebServiceBehavior value)
Sets the value of the behavior property.
void setPageUrl(String value)
Sets the value of the pageUrl property.
void setStorage(Storage value)
Sets the value of the storage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SPWebServiceBehavior behavior

protected String pageUrl

protected Storage storage

Public Constructors

public GetWebPartProperties2 ()

Public Methods

public SPWebServiceBehavior getBehavior ()

Gets the value of the behavior property.

Returns

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 void setBehavior (SPWebServiceBehavior value)

Sets the value of the behavior property.

Parameters
value Allowed object is SPWebServiceBehavior

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