public class

GetWebPartPage

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

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="documentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="behavior" type="{http://microsoft.com/sharepoint/webpartpages}SPWebServiceBehavior"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SPWebServiceBehavior behavior
protected String documentName
Public Constructors
GetWebPartPage()
Public Methods
SPWebServiceBehavior getBehavior()
Gets the value of the behavior property.
String getDocumentName()
Gets the value of the documentName property.
void setBehavior(SPWebServiceBehavior value)
Sets the value of the behavior property.
void setDocumentName(String value)
Sets the value of the documentName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SPWebServiceBehavior behavior

protected String documentName

Public Constructors

public GetWebPartPage ()

Public Methods

public SPWebServiceBehavior getBehavior ()

Gets the value of the behavior property.

Returns

public String getDocumentName ()

Gets the value of the documentName 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 setDocumentName (String value)

Sets the value of the documentName property.

Parameters
value Allowed object is String