public class

ExportSolutionResponse

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

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

Summary

Fields
protected String exportSolutionResult
Public Constructors
ExportSolutionResponse()
Public Methods
String getExportSolutionResult()
Gets the value of the exportSolutionResult property.
void setExportSolutionResult(String value)
Sets the value of the exportSolutionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String exportSolutionResult

Public Constructors

public ExportSolutionResponse ()

Public Methods

public String getExportSolutionResult ()

Gets the value of the exportSolutionResult property.

Returns
  • possible object is String

public void setExportSolutionResult (String value)

Sets the value of the exportSolutionResult property.

Parameters
value Allowed object is String