public class

GetCommonManagerResponse

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

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

Summary

Fields
protected ContactData getCommonManagerResult
Public Constructors
GetCommonManagerResponse()
Public Methods
ContactData getGetCommonManagerResult()
Gets the value of the getCommonManagerResult property.
void setGetCommonManagerResult(ContactData value)
Sets the value of the getCommonManagerResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContactData getCommonManagerResult

Public Constructors

public GetCommonManagerResponse ()

Public Methods

public ContactData getGetCommonManagerResult ()

Gets the value of the getCommonManagerResult property.

Returns

public void setGetCommonManagerResult (ContactData value)

Sets the value of the getCommonManagerResult property.

Parameters
value Allowed object is ContactData