public class

GetUserProfileByGuidResponse

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

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

Summary

Fields
protected ArrayOfPropertyData getUserProfileByGuidResult
Public Constructors
GetUserProfileByGuidResponse()
Public Methods
ArrayOfPropertyData getGetUserProfileByGuidResult()
Gets the value of the getUserProfileByGuidResult property.
void setGetUserProfileByGuidResult(ArrayOfPropertyData value)
Sets the value of the getUserProfileByGuidResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPropertyData getUserProfileByGuidResult

Public Constructors

public GetUserProfileByGuidResponse ()

Public Methods

public ArrayOfPropertyData getGetUserProfileByGuidResult ()

Gets the value of the getUserProfileByGuidResult property.

Returns

public void setGetUserProfileByGuidResult (ArrayOfPropertyData value)

Sets the value of the getUserProfileByGuidResult property.

Parameters
value Allowed object is ArrayOfPropertyData