public class

RemoveUserCollectionFromRole

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.usergroup.RemoveUserCollectionFromRole

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="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userLoginNamesXml" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class RemoveUserCollectionFromRole.UserLoginNamesXml

Java class for anonymous complex type. 

Fields
protected String roleName
protected RemoveUserCollectionFromRole.UserLoginNamesXml userLoginNamesXml
Public Constructors
RemoveUserCollectionFromRole()
Public Methods
String getRoleName()
Gets the value of the roleName property.
RemoveUserCollectionFromRole.UserLoginNamesXml getUserLoginNamesXml()
Gets the value of the userLoginNamesXml property.
void setRoleName(String value)
Sets the value of the roleName property.
void setUserLoginNamesXml(RemoveUserCollectionFromRole.UserLoginNamesXml value)
Sets the value of the userLoginNamesXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String roleName

Public Constructors

public RemoveUserCollectionFromRole ()

Public Methods

public String getRoleName ()

Gets the value of the roleName property.

Returns
  • possible object is String

public RemoveUserCollectionFromRole.UserLoginNamesXml getUserLoginNamesXml ()

Gets the value of the userLoginNamesXml property.

public void setRoleName (String value)

Sets the value of the roleName property.

Parameters
value Allowed object is String

public void setUserLoginNamesXml (RemoveUserCollectionFromRole.UserLoginNamesXml value)

Sets the value of the userLoginNamesXml property.

Parameters
value Allowed object is RemoveUserCollectionFromRole.UserLoginNamesXml