public class

AddUserCollectionToRole

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

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="usersInfoXml" 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 AddUserCollectionToRole.UsersInfoXml

Java class for anonymous complex type. 

Fields
protected String roleName
protected AddUserCollectionToRole.UsersInfoXml usersInfoXml
Public Constructors
AddUserCollectionToRole()
Public Methods
String getRoleName()
Gets the value of the roleName property.
AddUserCollectionToRole.UsersInfoXml getUsersInfoXml()
Gets the value of the usersInfoXml property.
void setRoleName(String value)
Sets the value of the roleName property.
void setUsersInfoXml(AddUserCollectionToRole.UsersInfoXml value)
Sets the value of the usersInfoXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String roleName

protected AddUserCollectionToRole.UsersInfoXml usersInfoXml

Public Constructors

public AddUserCollectionToRole ()

Public Methods

public String getRoleName ()

Gets the value of the roleName property.

Returns
  • possible object is String

public AddUserCollectionToRole.UsersInfoXml getUsersInfoXml ()

Gets the value of the usersInfoXml property.

Returns

public void setRoleName (String value)

Sets the value of the roleName property.

Parameters
value Allowed object is String

public void setUsersInfoXml (AddUserCollectionToRole.UsersInfoXml value)

Sets the value of the usersInfoXml property.

Parameters
value Allowed object is AddUserCollectionToRole.UsersInfoXml