| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.ExportWeb |
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="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="webUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeSubwebs" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="includeUserSecurity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="overWrite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cabSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cabSize | |||||||||||
| dataPath | |||||||||||
| includeSubwebs | |||||||||||
| includeUserSecurity | |||||||||||
| jobName | |||||||||||
| overWrite | |||||||||||
| webUrl | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cabSize property.
| |||||||||||
Gets the value of the dataPath property.
| |||||||||||
Gets the value of the includeSubwebs property.
| |||||||||||
Gets the value of the includeUserSecurity property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Gets the value of the overWrite property.
| |||||||||||
Gets the value of the webUrl property.
| |||||||||||
Sets the value of the cabSize property.
| |||||||||||
Sets the value of the dataPath property.
| |||||||||||
Sets the value of the includeSubwebs property.
| |||||||||||
Sets the value of the includeUserSecurity property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
Sets the value of the overWrite property.
| |||||||||||
Sets the value of the webUrl property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cabSize property.
Gets the value of the dataPath property.
Gets the value of the includeSubwebs property. This getter has been renamed from isIncludeSubwebs() to getIncludeSubwebs() by cxf-xjc-boolean plugin.
Gets the value of the includeUserSecurity property. This getter has been renamed from isIncludeUserSecurity() to getIncludeUserSecurity() by cxf-xjc-boolean plugin.
Gets the value of the jobName property.
Gets the value of the overWrite property. This getter has been renamed from isOverWrite() to getOverWrite() by cxf-xjc-boolean plugin.
Gets the value of the webUrl property.
Sets the value of the cabSize property.
| value |
|---|
Sets the value of the dataPath property.
| value | Allowed object is String |
|---|
Sets the value of the includeSubwebs property.
| value |
|---|
Sets the value of the includeUserSecurity property.
| value |
|---|
Sets the value of the jobName property.
| value | Allowed object is String |
|---|
Sets the value of the overWrite property.
| value |
|---|
Sets the value of the webUrl property.
| value | Allowed object is String |
|---|