public class

ExportWeb

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

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

Summary

Fields
protected int cabSize
protected String dataPath
protected boolean includeSubwebs
protected boolean includeUserSecurity
protected String jobName
protected boolean overWrite
protected String webUrl
Public Constructors
ExportWeb()
Public Methods
int getCabSize()
Gets the value of the cabSize property.
String getDataPath()
Gets the value of the dataPath property.
boolean getIncludeSubwebs()
Gets the value of the includeSubwebs property.
boolean getIncludeUserSecurity()
Gets the value of the includeUserSecurity property.
String getJobName()
Gets the value of the jobName property.
boolean getOverWrite()
Gets the value of the overWrite property.
String getWebUrl()
Gets the value of the webUrl property.
void setCabSize(int value)
Sets the value of the cabSize property.
void setDataPath(String value)
Sets the value of the dataPath property.
void setIncludeSubwebs(boolean value)
Sets the value of the includeSubwebs property.
void setIncludeUserSecurity(boolean value)
Sets the value of the includeUserSecurity property.
void setJobName(String value)
Sets the value of the jobName 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 int cabSize

protected String dataPath

protected boolean includeSubwebs

protected boolean includeUserSecurity

protected String jobName

protected boolean overWrite

protected String webUrl

Public Constructors

public ExportWeb ()

Public Methods

public int getCabSize ()

Gets the value of the cabSize property.

public String getDataPath ()

Gets the value of the dataPath property.

Returns
  • possible object is String

public boolean getIncludeSubwebs ()

Gets the value of the includeSubwebs property. This getter has been renamed from isIncludeSubwebs() to getIncludeSubwebs() by cxf-xjc-boolean plugin.

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 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 setCabSize (int value)

Sets the value of the cabSize property.

Parameters
value

public void setDataPath (String value)

Sets the value of the dataPath property.

Parameters
value Allowed object is String

public void setIncludeSubwebs (boolean value)

Sets the value of the includeSubwebs property.

Parameters
value

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