public class

GetUserProfileByIndexResponse

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

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

Summary

Fields
protected GetUserProfileByIndexResult getUserProfileByIndexResult
Public Constructors
GetUserProfileByIndexResponse()
Public Methods
GetUserProfileByIndexResult getGetUserProfileByIndexResult()
Gets the value of the getUserProfileByIndexResult property.
void setGetUserProfileByIndexResult(GetUserProfileByIndexResult value)
Sets the value of the getUserProfileByIndexResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetUserProfileByIndexResult getUserProfileByIndexResult

Public Constructors

public GetUserProfileByIndexResponse ()

Public Methods

public GetUserProfileByIndexResult getGetUserProfileByIndexResult ()

Gets the value of the getUserProfileByIndexResult property.

Returns

public void setGetUserProfileByIndexResult (GetUserProfileByIndexResult value)

Sets the value of the getUserProfileByIndexResult property.

Parameters
value Allowed object is GetUserProfileByIndexResult