public class

GetRoleCollection

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

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="roleNamesXml" 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 GetRoleCollection.RoleNamesXml

Java class for anonymous complex type. 

Fields
protected GetRoleCollection.RoleNamesXml roleNamesXml
Public Constructors
GetRoleCollection()
Public Methods
GetRoleCollection.RoleNamesXml getRoleNamesXml()
Gets the value of the roleNamesXml property.
void setRoleNamesXml(GetRoleCollection.RoleNamesXml value)
Sets the value of the roleNamesXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetRoleCollection.RoleNamesXml roleNamesXml

Public Constructors

public GetRoleCollection ()

Public Methods

public GetRoleCollection.RoleNamesXml getRoleNamesXml ()

Gets the value of the roleNamesXml property.

Returns

public void setRoleNamesXml (GetRoleCollection.RoleNamesXml value)

Sets the value of the roleNamesXml property.

Parameters
value Allowed object is GetRoleCollection.RoleNamesXml