public class

ImportWeb

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

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="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>
 

Summary

Fields
protected SitesArrayOfString dataFiles
protected boolean includeUserSecurity
protected String jobName
protected String logPath
protected boolean overWrite
protected String webUrl
Public Constructors
ImportWeb()
Public Methods
SitesArrayOfString getDataFiles()
Gets the value of the dataFiles property.
boolean getIncludeUserSecurity()
Gets the value of the includeUserSecurity property.
String getJobName()
Gets the value of the jobName property.
String getLogPath()
Gets the value of the logPath property.
boolean getOverWrite()
Gets the value of the overWrite property.
String getWebUrl()
Gets the value of the webUrl property.
void setDataFiles(SitesArrayOfString value)
Sets the value of the dataFiles property.
void setIncludeUserSecurity(boolean value)
Sets the value of the includeUserSecurity property.
void setJobName(String value)
Sets the value of the jobName property.
void setLogPath(String value)
Sets the value of the logPath property.
void setOverWrite(boolean value)
Sets the value of the overWrite property.
void setWebUrl(String value)
Sets the value of the webUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SitesArrayOfString dataFiles

protected boolean includeUserSecurity

protected String jobName

protected String logPath

protected boolean overWrite

protected String webUrl

Public Constructors

public ImportWeb ()

Public Methods

public SitesArrayOfString getDataFiles ()

Gets the value of the dataFiles property.

Returns

public boolean getIncludeUserSecurity ()

Gets the value of the includeUserSecurity property. This getter has been renamed from isIncludeUserSecurity() to getIncludeUserSecurity() by cxf-xjc-boolean plugin.

public String getJobName ()

Gets the value of the jobName property.

Returns
  • possible object is String

public String getLogPath ()

Gets the value of the logPath property.

Returns
  • possible object is String

public boolean getOverWrite ()

Gets the value of the overWrite property. This getter has been renamed from isOverWrite() to getOverWrite() by cxf-xjc-boolean plugin.

public String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public void setDataFiles (SitesArrayOfString value)

Sets the value of the dataFiles property.

Parameters
value Allowed object is SitesArrayOfString

public void setIncludeUserSecurity (boolean value)

Sets the value of the includeUserSecurity property.

Parameters
value

public void setJobName (String value)

Sets the value of the jobName property.

Parameters
value Allowed object is String

public void setLogPath (String value)

Sets the value of the logPath property.

Parameters
value Allowed object is String

public void setOverWrite (boolean value)

Sets the value of the overWrite property.

Parameters
value

public void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String