public class

AddMembershipResponse

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

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

Summary

Fields
protected MembershipData addMembershipResult
Public Constructors
AddMembershipResponse()
Public Methods
MembershipData getAddMembershipResult()
Gets the value of the addMembershipResult property.
void setAddMembershipResult(MembershipData value)
Sets the value of the addMembershipResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MembershipData addMembershipResult

Public Constructors

public AddMembershipResponse ()

Public Methods

public MembershipData getAddMembershipResult ()

Gets the value of the addMembershipResult property.

Returns

public void setAddMembershipResult (MembershipData value)

Sets the value of the addMembershipResult property.

Parameters
value Allowed object is MembershipData