public class

GetUserCollectionResponse

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

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="GetUserCollectionResult" 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 GetUserCollectionResponse.GetUserCollectionResult

Java class for anonymous complex type. 

Fields
protected GetUserCollectionResponse.GetUserCollectionResult getUserCollectionResult
Public Constructors
GetUserCollectionResponse()
Public Methods
GetUserCollectionResponse.GetUserCollectionResult getGetUserCollectionResult()
Gets the value of the getUserCollectionResult property.
void setGetUserCollectionResult(GetUserCollectionResponse.GetUserCollectionResult value)
Sets the value of the getUserCollectionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetUserCollectionResponse.GetUserCollectionResult getUserCollectionResult

Public Constructors

public GetUserCollectionResponse ()

Public Methods

public GetUserCollectionResponse.GetUserCollectionResult getGetUserCollectionResult ()

Gets the value of the getUserCollectionResult property.

public void setGetUserCollectionResult (GetUserCollectionResponse.GetUserCollectionResult value)

Sets the value of the getUserCollectionResult property.

Parameters
value Allowed object is GetUserCollectionResponse.GetUserCollectionResult