public class

ExportSolution

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sites.ExportSolution

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="solutionFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fullReuseExportMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="includeWebContent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected boolean fullReuseExportMode
protected boolean includeWebContent
protected String solutionFileName
protected String title
Public Constructors
ExportSolution()
Public Methods
String getDescription()
Gets the value of the description property.
boolean getFullReuseExportMode()
Gets the value of the fullReuseExportMode property.
boolean getIncludeWebContent()
Gets the value of the includeWebContent property.
String getSolutionFileName()
Gets the value of the solutionFileName property.
String getTitle()
Gets the value of the title property.
void setDescription(String value)
Sets the value of the description property.
void setFullReuseExportMode(boolean value)
Sets the value of the fullReuseExportMode property.
void setIncludeWebContent(boolean value)
Sets the value of the includeWebContent property.
void setSolutionFileName(String value)
Sets the value of the solutionFileName property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected boolean fullReuseExportMode

protected boolean includeWebContent

protected String solutionFileName

protected String title

Public Constructors

public ExportSolution ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public boolean getFullReuseExportMode ()

Gets the value of the fullReuseExportMode property. This getter has been renamed from isFullReuseExportMode() to getFullReuseExportMode() by cxf-xjc-boolean plugin.

public boolean getIncludeWebContent ()

Gets the value of the includeWebContent property. This getter has been renamed from isIncludeWebContent() to getIncludeWebContent() by cxf-xjc-boolean plugin.

public String getSolutionFileName ()

Gets the value of the solutionFileName property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFullReuseExportMode (boolean value)

Sets the value of the fullReuseExportMode property.

Parameters
value

public void setIncludeWebContent (boolean value)

Sets the value of the includeWebContent property.

Parameters
value

public void setSolutionFileName (String value)

Sets the value of the solutionFileName property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String