public class

ConvertWebPartFormat

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

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

Summary

Fields
protected FormatConversionOption formatConversionOption
protected String inputFormat
Public Constructors
ConvertWebPartFormat()
Public Methods
FormatConversionOption getFormatConversionOption()
Gets the value of the formatConversionOption property.
String getInputFormat()
Gets the value of the inputFormat property.
void setFormatConversionOption(FormatConversionOption value)
Sets the value of the formatConversionOption property.
void setInputFormat(String value)
Sets the value of the inputFormat property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FormatConversionOption formatConversionOption

protected String inputFormat

Public Constructors

public ConvertWebPartFormat ()

Public Methods

public FormatConversionOption getFormatConversionOption ()

Gets the value of the formatConversionOption property.

Returns

public String getInputFormat ()

Gets the value of the inputFormat property.

Returns
  • possible object is String

public void setFormatConversionOption (FormatConversionOption value)

Sets the value of the formatConversionOption property.

Parameters
value Allowed object is FormatConversionOption

public void setInputFormat (String value)

Sets the value of the inputFormat property.

Parameters
value Allowed object is String