public class

GetCommonMembershipsResponse

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

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

Summary

Fields
protected ArrayOfMembershipData getCommonMembershipsResult
Public Constructors
GetCommonMembershipsResponse()
Public Methods
ArrayOfMembershipData getGetCommonMembershipsResult()
Gets the value of the getCommonMembershipsResult property.
void setGetCommonMembershipsResult(ArrayOfMembershipData value)
Sets the value of the getCommonMembershipsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfMembershipData getCommonMembershipsResult

Public Constructors

public GetCommonMembershipsResponse ()

Public Methods

public ArrayOfMembershipData getGetCommonMembershipsResult ()

Gets the value of the getCommonMembershipsResult property.

Returns

public void setGetCommonMembershipsResult (ArrayOfMembershipData value)

Sets the value of the getCommonMembershipsResult property.

Parameters
value Allowed object is ArrayOfMembershipData