public class

ConvertWebPartFormatResponse

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

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

Summary

Fields
protected String convertWebPartFormatResult
Public Constructors
ConvertWebPartFormatResponse()
Public Methods
String getConvertWebPartFormatResult()
Gets the value of the convertWebPartFormatResult property.
void setConvertWebPartFormatResult(String value)
Sets the value of the convertWebPartFormatResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String convertWebPartFormatResult

Public Constructors

public ConvertWebPartFormatResponse ()

Public Methods

public String getConvertWebPartFormatResult ()

Gets the value of the convertWebPartFormatResult property.

Returns
  • possible object is String

public void setConvertWebPartFormatResult (String value)

Sets the value of the convertWebPartFormatResult property.

Parameters
value Allowed object is String