public class

RenameDwsResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.dws.RenameDwsResponse

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

Summary

Fields
protected String renameDwsResult
Public Constructors
RenameDwsResponse()
Public Methods
String getRenameDwsResult()
Gets the value of the renameDwsResult property.
void setRenameDwsResult(String value)
Sets the value of the renameDwsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String renameDwsResult

Public Constructors

public RenameDwsResponse ()

Public Methods

public String getRenameDwsResult ()

Gets the value of the renameDwsResult property.

Returns
  • possible object is String

public void setRenameDwsResult (String value)

Sets the value of the renameDwsResult property.

Parameters
value Allowed object is String