public class

AddWebPartToZone

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

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

Summary

Fields
protected String pageUrl
protected Storage storage
protected String webPartXml
protected String zoneId
protected int zoneIndex
Public Constructors
AddWebPartToZone()
Public Methods
String getPageUrl()
Gets the value of the pageUrl property.
Storage getStorage()
Gets the value of the storage property.
String getWebPartXml()
Gets the value of the webPartXml property.
String getZoneId()
Gets the value of the zoneId property.
int getZoneIndex()
Gets the value of the zoneIndex property.
void setPageUrl(String value)
Sets the value of the pageUrl property.
void setStorage(Storage value)
Sets the value of the storage property.
void setWebPartXml(String value)
Sets the value of the webPartXml property.
void setZoneId(String value)
Sets the value of the zoneId property.
void setZoneIndex(int value)
Sets the value of the zoneIndex property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String pageUrl

protected Storage storage

protected String webPartXml

protected String zoneId

protected int zoneIndex

Public Constructors

public AddWebPartToZone ()

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 getWebPartXml ()

Gets the value of the webPartXml property.

Returns
  • possible object is String

public String getZoneId ()

Gets the value of the zoneId property.

Returns
  • possible object is String

public int getZoneIndex ()

Gets the value of the zoneIndex property.

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 setWebPartXml (String value)

Sets the value of the webPartXml property.

Parameters
value Allowed object is String

public void setZoneId (String value)

Sets the value of the zoneId property.

Parameters
value Allowed object is String

public void setZoneIndex (int value)

Sets the value of the zoneIndex property.

Parameters
value