public class

InCommonData

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

Class Overview

Java class for InCommonData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InCommonData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Manager" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ContactData" minOccurs="0"/>
         <element name="Colleagues" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfContactData" minOccurs="0"/>
         <element name="Memberships" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfMembershipData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfContactData colleagues
protected ContactData manager
protected ArrayOfMembershipData memberships
Public Constructors
InCommonData()
Public Methods
ArrayOfContactData getColleagues()
Gets the value of the colleagues property.
ContactData getManager()
Gets the value of the manager property.
ArrayOfMembershipData getMemberships()
Gets the value of the memberships property.
void setColleagues(ArrayOfContactData value)
Sets the value of the colleagues property.
void setManager(ContactData value)
Sets the value of the manager property.
void setMemberships(ArrayOfMembershipData value)
Sets the value of the memberships property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfContactData colleagues

protected ContactData manager

protected ArrayOfMembershipData memberships

Public Constructors

public InCommonData ()

Public Methods

public ArrayOfContactData getColleagues ()

Gets the value of the colleagues property.

Returns

public ContactData getManager ()

Gets the value of the manager property.

Returns

public ArrayOfMembershipData getMemberships ()

Gets the value of the memberships property.

Returns

public void setColleagues (ArrayOfContactData value)

Sets the value of the colleagues property.

Parameters
value Allowed object is ArrayOfContactData

public void setManager (ContactData value)

Sets the value of the manager property.

Parameters
value Allowed object is ContactData

public void setMemberships (ArrayOfMembershipData value)

Sets the value of the memberships property.

Parameters
value Allowed object is ArrayOfMembershipData