public class

GetUserMembershipsResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.GetUserMembershipsResponse

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="GetUserMembershipsResult" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfMembershipData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfMembershipData getUserMembershipsResult
Public Constructors
GetUserMembershipsResponse()
Public Methods
ArrayOfMembershipData getGetUserMembershipsResult()
Gets the value of the getUserMembershipsResult property.
void setGetUserMembershipsResult(ArrayOfMembershipData value)
Sets the value of the getUserMembershipsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfMembershipData getUserMembershipsResult

Public Constructors

public GetUserMembershipsResponse ()

Public Methods

public ArrayOfMembershipData getGetUserMembershipsResult ()

Gets the value of the getUserMembershipsResult property.

Returns

public void setGetUserMembershipsResult (ArrayOfMembershipData value)

Sets the value of the getUserMembershipsResult property.

Parameters
value Allowed object is ArrayOfMembershipData