public class

GetWebPart2

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

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"/>
         <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
protected String storageKey
Public Constructors
GetWebPart2()
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.
String getStorageKey()
Gets the value of the storageKey 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.
void setStorageKey(String value)
Sets the value of the storageKey property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SPWebServiceBehavior behavior

protected String pageurl

protected Storage storage

protected String storageKey

Public Constructors

public GetWebPart2 ()

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 String getStorageKey ()

Gets the value of the storageKey property.

Returns
  • possible object is String

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

public void setStorageKey (String value)

Sets the value of the storageKey property.

Parameters
value Allowed object is String