public class

GetWebPartPageDocumentResponse

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

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="GetWebPartPageDocumentResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String getWebPartPageDocumentResult
Public Constructors
GetWebPartPageDocumentResponse()
Public Methods
String getGetWebPartPageDocumentResult()
Gets the value of the getWebPartPageDocumentResult property.
void setGetWebPartPageDocumentResult(String value)
Sets the value of the getWebPartPageDocumentResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String getWebPartPageDocumentResult

Public Constructors

public GetWebPartPageDocumentResponse ()

Public Methods

public String getGetWebPartPageDocumentResult ()

Gets the value of the getWebPartPageDocumentResult property.

Returns
  • possible object is String

public void setGetWebPartPageDocumentResult (String value)

Sets the value of the getWebPartPageDocumentResult property.

Parameters
value Allowed object is String