public class

ExportWebResponse

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

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="ExportWebResult" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int exportWebResult
Public Constructors
ExportWebResponse()
Public Methods
int getExportWebResult()
Gets the value of the exportWebResult property.
void setExportWebResult(int value)
Sets the value of the exportWebResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int exportWebResult

Public Constructors

public ExportWebResponse ()

Public Methods

public int getExportWebResult ()

Gets the value of the exportWebResult property.

public void setExportWebResult (int value)

Sets the value of the exportWebResult property.

Parameters
value