public class

PropertyData

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

Class Overview

Java class for PropertyData complex type.

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

 <complexType name="PropertyData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IsPrivacyChanged" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsValueChanged" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <element name="Values" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfValueData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean isPrivacyChanged
protected boolean isValueChanged
protected String name
protected Privacy privacy
protected ArrayOfValueData values
Public Constructors
PropertyData()
Public Methods
boolean getIsPrivacyChanged()
Gets the value of the isPrivacyChanged property.
boolean getIsValueChanged()
Gets the value of the isValueChanged property.
String getName()
Gets the value of the name property.
Privacy getPrivacy()
Gets the value of the privacy property.
ArrayOfValueData getValues()
Gets the value of the values property.
void setIsPrivacyChanged(boolean value)
Sets the value of the isPrivacyChanged property.
void setIsValueChanged(boolean value)
Sets the value of the isValueChanged property.
void setName(String value)
Sets the value of the name property.
void setPrivacy(Privacy value)
Sets the value of the privacy property.
void setValues(ArrayOfValueData value)
Sets the value of the values property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isPrivacyChanged

protected boolean isValueChanged

protected String name

protected Privacy privacy

protected ArrayOfValueData values

Public Constructors

public PropertyData ()

Public Methods

public boolean getIsPrivacyChanged ()

Gets the value of the isPrivacyChanged property. This getter has been renamed from isIsPrivacyChanged() to getIsPrivacyChanged() by cxf-xjc-boolean plugin.

public boolean getIsValueChanged ()

Gets the value of the isValueChanged property. This getter has been renamed from isIsValueChanged() to getIsValueChanged() 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 ArrayOfValueData getValues ()

Gets the value of the values property.

Returns

public void setIsPrivacyChanged (boolean value)

Sets the value of the isPrivacyChanged property.

Parameters
value

public void setIsValueChanged (boolean value)

Sets the value of the isValueChanged 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 setValues (ArrayOfValueData value)

Sets the value of the values property.

Parameters
value Allowed object is ArrayOfValueData