| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.ContactData |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| group | |||||||||||
| id | |||||||||||
| isInWorkGroup | |||||||||||
| name | |||||||||||
| privacy | |||||||||||
| title | |||||||||||
| url | |||||||||||
| userProfileID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the isInWorkGroup property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Gets the value of the userProfileID property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the isInWorkGroup property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the privacy property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
Sets the value of the userProfileID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the email property.
Gets the value of the group property.
Gets the value of the id property.
Gets the value of the isInWorkGroup property. This getter has been renamed from isIsInWorkGroup() to getIsInWorkGroup() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the privacy property.
Privacy
Gets the value of the title property.
Gets the value of the url property.
Gets the value of the userProfileID property.
Guid
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the group property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value |
|---|
Sets the value of the isInWorkGroup property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the privacy property.
| value | Allowed object is
Privacy
|
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|
Sets the value of the userProfileID property.
| value | Allowed object is
Guid
|
|---|