| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.ImportWeb |
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="dataFiles" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
<element name="logPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeUserSecurity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="overWrite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataFiles | |||||||||||
| includeUserSecurity | |||||||||||
| jobName | |||||||||||
| logPath | |||||||||||
| overWrite | |||||||||||
| webUrl | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataFiles property.
| |||||||||||
Gets the value of the includeUserSecurity property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Gets the value of the logPath property.
| |||||||||||
Gets the value of the overWrite property.
| |||||||||||
Gets the value of the webUrl property.
| |||||||||||
Sets the value of the dataFiles property.
| |||||||||||
Sets the value of the includeUserSecurity property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
Sets the value of the logPath 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 dataFiles property.
SitesArrayOfString
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 logPath 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 dataFiles property.
| value | Allowed object is
SitesArrayOfString
|
|---|
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 logPath 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 |
|---|