public class

ImportWebResponse

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

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

Summary

Fields
protected int importWebResult
Public Constructors
ImportWebResponse()
Public Methods
int getImportWebResult()
Gets the value of the importWebResult property.
void setImportWebResult(int value)
Sets the value of the importWebResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int importWebResult

Public Constructors

public ImportWebResponse ()

Public Methods

public int getImportWebResult ()

Gets the value of the importWebResult property.

public void setImportWebResult (int value)

Sets the value of the importWebResult property.

Parameters
value