public class

GetUserProfileByNameResponse

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

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

Summary

Fields
protected ArrayOfPropertyData getUserProfileByNameResult
Public Constructors
GetUserProfileByNameResponse()
Public Methods
ArrayOfPropertyData getGetUserProfileByNameResult()
Gets the value of the getUserProfileByNameResult property.
void setGetUserProfileByNameResult(ArrayOfPropertyData value)
Sets the value of the getUserProfileByNameResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPropertyData getUserProfileByNameResult

Public Constructors

public GetUserProfileByNameResponse ()

Public Methods

public ArrayOfPropertyData getGetUserProfileByNameResult ()

Gets the value of the getUserProfileByNameResult property.

Returns

public void setGetUserProfileByNameResult (ArrayOfPropertyData value)

Sets the value of the getUserProfileByNameResult property.

Parameters
value Allowed object is ArrayOfPropertyData