public class

ContactData

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

Class Overview

Java class for ContactData complex type.

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

 <complexType name="ContactData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsInWorkGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" 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="UserProfileID" type="{http://microsoft.com/wsdl/types/}guid"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountName
protected String email
protected String group
protected long id
protected boolean isInWorkGroup
protected String name
protected Privacy privacy
protected String title
protected String url
protected Guid userProfileID
Public Constructors
ContactData()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getEmail()
Gets the value of the email property.
String getGroup()
Gets the value of the group property.
long getID()
Gets the value of the id property.
boolean getIsInWorkGroup()
Gets the value of the isInWorkGroup property.
String getName()
Gets the value of the name property.
Privacy getPrivacy()
Gets the value of the privacy property.
String getTitle()
Gets the value of the title property.
String getUrl()
Gets the value of the url property.
Guid getUserProfileID()
Gets the value of the userProfileID property.
void setAccountName(String value)
Sets the value of the accountName property.
void setEmail(String value)
Sets the value of the email property.
void setGroup(String value)
Sets the value of the group property.
void setID(long value)
Sets the value of the id property.
void setIsInWorkGroup(boolean value)
Sets the value of the isInWorkGroup property.
void setName(String value)
Sets the value of the name property.
void setPrivacy(Privacy value)
Sets the value of the privacy property.
void setTitle(String value)
Sets the value of the title property.
void setUrl(String value)
Sets the value of the url property.
void setUserProfileID(Guid value)
Sets the value of the userProfileID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected String email

protected String group

protected long id

protected boolean isInWorkGroup

protected String name

protected Privacy privacy

protected String title

protected String url

protected Guid userProfileID

Public Constructors

public ContactData ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email 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 boolean getIsInWorkGroup ()

Gets the value of the isInWorkGroup property. This getter has been renamed from isIsInWorkGroup() to getIsInWorkGroup() by cxf-xjc-boolean plugin.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Privacy getPrivacy ()

Gets the value of the privacy property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public Guid getUserProfileID ()

Gets the value of the userProfileID property.

Returns
  • possible object is Guid

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setEmail (String value)

Sets the value of the email 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 setIsInWorkGroup (boolean value)

Sets the value of the isInWorkGroup property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPrivacy (Privacy value)

Sets the value of the privacy property.

Parameters
value Allowed object is Privacy

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String

public void setUserProfileID (Guid value)

Sets the value of the userProfileID property.

Parameters
value Allowed object is Guid