| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.ExportSolution |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| fullReuseExportMode | |||||||||||
| includeWebContent | |||||||||||
| solutionFileName | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the fullReuseExportMode property.
| |||||||||||
Gets the value of the includeWebContent property.
| |||||||||||
Gets the value of the solutionFileName property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the fullReuseExportMode property.
| |||||||||||
Sets the value of the includeWebContent property.
| |||||||||||
Sets the value of the solutionFileName property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the fullReuseExportMode property. This getter has been renamed from isFullReuseExportMode() to getFullReuseExportMode() by cxf-xjc-boolean plugin.
Gets the value of the includeWebContent property. This getter has been renamed from isIncludeWebContent() to getIncludeWebContent() by cxf-xjc-boolean plugin.
Gets the value of the solutionFileName property.
Gets the value of the title property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the fullReuseExportMode property.
| value |
|---|
Sets the value of the includeWebContent property.
| value |
|---|
Sets the value of the solutionFileName property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|