public class

CreateMemberGroup

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

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

Summary

Fields
protected MembershipData membershipInfo
Public Constructors
CreateMemberGroup()
Public Methods
MembershipData getMembershipInfo()
Gets the value of the membershipInfo property.
void setMembershipInfo(MembershipData value)
Sets the value of the membershipInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MembershipData membershipInfo

Public Constructors

public CreateMemberGroup ()

Public Methods

public MembershipData getMembershipInfo ()

Gets the value of the membershipInfo property.

Returns

public void setMembershipInfo (MembershipData value)

Sets the value of the membershipInfo property.

Parameters
value Allowed object is MembershipData