public class

GetUserOrganizationsResponse

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

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

Summary

Fields
protected ArrayOfOrganizationProfileData getUserOrganizationsResult
Public Constructors
GetUserOrganizationsResponse()
Public Methods
ArrayOfOrganizationProfileData getGetUserOrganizationsResult()
Gets the value of the getUserOrganizationsResult property.
void setGetUserOrganizationsResult(ArrayOfOrganizationProfileData value)
Sets the value of the getUserOrganizationsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfOrganizationProfileData getUserOrganizationsResult

Public Constructors

public GetUserOrganizationsResponse ()

Public Methods

public ArrayOfOrganizationProfileData getGetUserOrganizationsResult ()

Gets the value of the getUserOrganizationsResult property.

Returns

public void setGetUserOrganizationsResult (ArrayOfOrganizationProfileData value)

Sets the value of the getUserOrganizationsResult property.

Parameters
value Allowed object is ArrayOfOrganizationProfileData