public class

RemoveDwsUserResponse

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

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

Summary

Fields
protected String removeDwsUserResult
Public Constructors
RemoveDwsUserResponse()
Public Methods
String getRemoveDwsUserResult()
Gets the value of the removeDwsUserResult property.
void setRemoveDwsUserResult(String value)
Sets the value of the removeDwsUserResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String removeDwsUserResult

Public Constructors

public RemoveDwsUserResponse ()

Public Methods

public String getRemoveDwsUserResult ()

Gets the value of the removeDwsUserResult property.

Returns
  • possible object is String

public void setRemoveDwsUserResult (String value)

Sets the value of the removeDwsUserResult property.

Parameters
value Allowed object is String