public class

MembershipData

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

Class Overview

Java class for MembershipData complex type.

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

 <complexType name="MembershipData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Source" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}MembershipSource"/>
         <element name="MemberGroup" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}MemberGroupData" minOccurs="0"/>
         <element name="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <element name="MailNickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="MemberGroupID" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String displayName
protected String group
protected long id
protected String mailNickname
protected MemberGroupData memberGroup
protected long memberGroupID
protected Privacy privacy
protected MembershipSource source
protected String url
Public Constructors
MembershipData()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
String getGroup()
Gets the value of the group property.
long getID()
Gets the value of the id property.
String getMailNickname()
Gets the value of the mailNickname property.
MemberGroupData getMemberGroup()
Gets the value of the memberGroup property.
long getMemberGroupID()
Gets the value of the memberGroupID property.
Privacy getPrivacy()
Gets the value of the privacy property.
MembershipSource getSource()
Gets the value of the source property.
String getUrl()
Gets the value of the url property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setGroup(String value)
Sets the value of the group property.
void setID(long value)
Sets the value of the id property.
void setMailNickname(String value)
Sets the value of the mailNickname property.
void setMemberGroup(MemberGroupData value)
Sets the value of the memberGroup property.
void setMemberGroupID(long value)
Sets the value of the memberGroupID property.
void setPrivacy(Privacy value)
Sets the value of the privacy property.
void setSource(MembershipSource value)
Sets the value of the source property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String displayName

protected String group

protected long id

protected String mailNickname

protected MemberGroupData memberGroup

protected long memberGroupID

protected Privacy privacy

protected MembershipSource source

protected String url

Public Constructors

public MembershipData ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getGroup ()

Gets the value of the group property.

Returns
  • possible object is String

public long getID ()

Gets the value of the id property.

public String getMailNickname ()

Gets the value of the mailNickname property.

Returns
  • possible object is String

public MemberGroupData getMemberGroup ()

Gets the value of the memberGroup property.

Returns

public long getMemberGroupID ()

Gets the value of the memberGroupID property.

public Privacy getPrivacy ()

Gets the value of the privacy property.

Returns

public MembershipSource getSource ()

Gets the value of the source property.

Returns

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setGroup (String value)

Sets the value of the group property.

Parameters
value Allowed object is String

public void setID (long value)

Sets the value of the id property.

Parameters
value

public void setMailNickname (String value)

Sets the value of the mailNickname property.

Parameters
value Allowed object is String

public void setMemberGroup (MemberGroupData value)

Sets the value of the memberGroup property.

Parameters
value Allowed object is MemberGroupData

public void setMemberGroupID (long value)

Sets the value of the memberGroupID property.

Parameters
value

public void setPrivacy (Privacy value)

Sets the value of the privacy property.

Parameters
value Allowed object is Privacy

public void setSource (MembershipSource value)

Sets the value of the source property.

Parameters
value Allowed object is MembershipSource

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String