| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.PropertyData |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isPrivacyChanged | |||||||||||
| isValueChanged | |||||||||||
| name | |||||||||||
| privacy | |||||||||||
| values | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isPrivacyChanged property.
| |||||||||||
Gets the value of the isValueChanged property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Gets the value of the values property.
| |||||||||||
Sets the value of the isPrivacyChanged property.
| |||||||||||
Sets the value of the isValueChanged property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the privacy property.
| |||||||||||
Sets the value of the values property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the isPrivacyChanged property. This getter has been renamed from isIsPrivacyChanged() to getIsPrivacyChanged() by cxf-xjc-boolean plugin.
Gets the value of the isValueChanged property. This getter has been renamed from isIsValueChanged() to getIsValueChanged() 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 values property.
ArrayOfValueData
Sets the value of the isPrivacyChanged property.
| value |
|---|
Sets the value of the isValueChanged 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 values property.
| value | Allowed object is
ArrayOfValueData
|
|---|