public class

GetRoleCollectionResponse

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

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="GetRoleCollectionResult" 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 GetRoleCollectionResponse.GetRoleCollectionResult

Java class for anonymous complex type. 

Fields
protected GetRoleCollectionResponse.GetRoleCollectionResult getRoleCollectionResult
Public Constructors
GetRoleCollectionResponse()
Public Methods
GetRoleCollectionResponse.GetRoleCollectionResult getGetRoleCollectionResult()
Gets the value of the getRoleCollectionResult property.
void setGetRoleCollectionResult(GetRoleCollectionResponse.GetRoleCollectionResult value)
Sets the value of the getRoleCollectionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetRoleCollectionResponse.GetRoleCollectionResult getRoleCollectionResult

Public Constructors

public GetRoleCollectionResponse ()

Public Methods

public GetRoleCollectionResponse.GetRoleCollectionResult getGetRoleCollectionResult ()

Gets the value of the getRoleCollectionResult property.

public void setGetRoleCollectionResult (GetRoleCollectionResponse.GetRoleCollectionResult value)

Sets the value of the getRoleCollectionResult property.

Parameters
value Allowed object is GetRoleCollectionResponse.GetRoleCollectionResult