public class

GetInCommonResponse

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

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

Summary

Fields
protected InCommonData getInCommonResult
Public Constructors
GetInCommonResponse()
Public Methods
InCommonData getGetInCommonResult()
Gets the value of the getInCommonResult property.
void setGetInCommonResult(InCommonData value)
Sets the value of the getInCommonResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected InCommonData getInCommonResult

Public Constructors

public GetInCommonResponse ()

Public Methods

public InCommonData getGetInCommonResult ()

Gets the value of the getInCommonResult property.

Returns

public void setGetInCommonResult (InCommonData value)

Sets the value of the getInCommonResult property.

Parameters
value Allowed object is InCommonData