public class

PropertyInfo

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

Class Overview

Java class for PropertyInfo complex type.

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

 <complexType name="PropertyInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MaximumShown" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="IsAdminEditable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsSystem" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ManagedPropertyName" 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="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AllowPolicyOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DefaultPrivacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <element name="IsAlias" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsColleagueEventLog" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsUserEditable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsVisibleOnEditor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsVisibleOnViewer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsReplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="UserOverridePrivacy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="IsImported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsMultiValue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ChoiceType" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ChoiceTypes"/>
         <element name="TermSetId" type="{http://microsoft.com/wsdl/types/}guid"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean allowPolicyOverride
protected ChoiceTypes choiceType
protected Privacy defaultPrivacy
protected String description
protected String displayName
protected int displayOrder
protected boolean isAdminEditable
protected boolean isAlias
protected boolean isColleagueEventLog
protected boolean isImported
protected boolean isMultiValue
protected boolean isReplicable
protected boolean isRequired
protected boolean isSearchable
protected boolean isSystem
protected boolean isUserEditable
protected boolean isVisibleOnEditor
protected boolean isVisibleOnViewer
protected int length
protected String managedPropertyName
protected int maximumShown
protected String name
protected Guid termSetId
protected String type
protected boolean userOverridePrivacy
Public Constructors
PropertyInfo()
Public Methods
boolean getAllowPolicyOverride()
Gets the value of the allowPolicyOverride property.
ChoiceTypes getChoiceType()
Gets the value of the choiceType property.
Privacy getDefaultPrivacy()
Gets the value of the defaultPrivacy property.
String getDescription()
Gets the value of the description property.
String getDisplayName()
Gets the value of the displayName property.
int getDisplayOrder()
Gets the value of the displayOrder property.
boolean getIsAdminEditable()
Gets the value of the isAdminEditable property.
boolean getIsAlias()
Gets the value of the isAlias property.
boolean getIsColleagueEventLog()
Gets the value of the isColleagueEventLog property.
boolean getIsImported()
Gets the value of the isImported property.
boolean getIsMultiValue()
Gets the value of the isMultiValue property.
boolean getIsReplicable()
Gets the value of the isReplicable property.
boolean getIsRequired()
Gets the value of the isRequired property.
boolean getIsSearchable()
Gets the value of the isSearchable property.
boolean getIsSystem()
Gets the value of the isSystem property.
boolean getIsUserEditable()
Gets the value of the isUserEditable property.
boolean getIsVisibleOnEditor()
Gets the value of the isVisibleOnEditor property.
boolean getIsVisibleOnViewer()
Gets the value of the isVisibleOnViewer property.
int getLength()
Gets the value of the length property.
String getManagedPropertyName()
Gets the value of the managedPropertyName property.
int getMaximumShown()
Gets the value of the maximumShown property.
String getName()
Gets the value of the name property.
Guid getTermSetId()
Gets the value of the termSetId property.
String getType()
Gets the value of the type property.
boolean getUserOverridePrivacy()
Gets the value of the userOverridePrivacy property.
void setAllowPolicyOverride(boolean value)
Sets the value of the allowPolicyOverride property.
void setChoiceType(ChoiceTypes value)
Sets the value of the choiceType property.
void setDefaultPrivacy(Privacy value)
Sets the value of the defaultPrivacy property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setDisplayOrder(int value)
Sets the value of the displayOrder property.
void setIsAdminEditable(boolean value)
Sets the value of the isAdminEditable property.
void setIsAlias(boolean value)
Sets the value of the isAlias property.
void setIsColleagueEventLog(boolean value)
Sets the value of the isColleagueEventLog property.
void setIsImported(boolean value)
Sets the value of the isImported property.
void setIsMultiValue(boolean value)
Sets the value of the isMultiValue property.
void setIsReplicable(boolean value)
Sets the value of the isReplicable property.
void setIsRequired(boolean value)
Sets the value of the isRequired property.
void setIsSearchable(boolean value)
Sets the value of the isSearchable property.
void setIsSystem(boolean value)
Sets the value of the isSystem property.
void setIsUserEditable(boolean value)
Sets the value of the isUserEditable property.
void setIsVisibleOnEditor(boolean value)
Sets the value of the isVisibleOnEditor property.
void setIsVisibleOnViewer(boolean value)
Sets the value of the isVisibleOnViewer property.
void setLength(int value)
Sets the value of the length property.
void setManagedPropertyName(String value)
Sets the value of the managedPropertyName property.
void setMaximumShown(int value)
Sets the value of the maximumShown property.
void setName(String value)
Sets the value of the name property.
void setTermSetId(Guid value)
Sets the value of the termSetId property.
void setType(String value)
Sets the value of the type property.
void setUserOverridePrivacy(boolean value)
Sets the value of the userOverridePrivacy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean allowPolicyOverride

protected ChoiceTypes choiceType

protected Privacy defaultPrivacy

protected String description

protected String displayName

protected int displayOrder

protected boolean isAdminEditable

protected boolean isAlias

protected boolean isColleagueEventLog

protected boolean isImported

protected boolean isMultiValue

protected boolean isReplicable

protected boolean isRequired

protected boolean isSearchable

protected boolean isSystem

protected boolean isUserEditable

protected boolean isVisibleOnEditor

protected boolean isVisibleOnViewer

protected int length

protected String managedPropertyName

protected int maximumShown

protected String name

protected Guid termSetId

protected String type

protected boolean userOverridePrivacy

Public Constructors

public PropertyInfo ()

Public Methods

public boolean getAllowPolicyOverride ()

Gets the value of the allowPolicyOverride property. This getter has been renamed from isAllowPolicyOverride() to getAllowPolicyOverride() by cxf-xjc-boolean plugin.

public ChoiceTypes getChoiceType ()

Gets the value of the choiceType property.

Returns

public Privacy getDefaultPrivacy ()

Gets the value of the defaultPrivacy property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public int getDisplayOrder ()

Gets the value of the displayOrder property.

public boolean getIsAdminEditable ()

Gets the value of the isAdminEditable property. This getter has been renamed from isIsAdminEditable() to getIsAdminEditable() by cxf-xjc-boolean plugin.

public boolean getIsAlias ()

Gets the value of the isAlias property. This getter has been renamed from isIsAlias() to getIsAlias() by cxf-xjc-boolean plugin.

public boolean getIsColleagueEventLog ()

Gets the value of the isColleagueEventLog property. This getter has been renamed from isIsColleagueEventLog() to getIsColleagueEventLog() by cxf-xjc-boolean plugin.

public boolean getIsImported ()

Gets the value of the isImported property. This getter has been renamed from isIsImported() to getIsImported() by cxf-xjc-boolean plugin.

public boolean getIsMultiValue ()

Gets the value of the isMultiValue property. This getter has been renamed from isIsMultiValue() to getIsMultiValue() by cxf-xjc-boolean plugin.

public boolean getIsReplicable ()

Gets the value of the isReplicable property. This getter has been renamed from isIsReplicable() to getIsReplicable() by cxf-xjc-boolean plugin.

public boolean getIsRequired ()

Gets the value of the isRequired property. This getter has been renamed from isIsRequired() to getIsRequired() by cxf-xjc-boolean plugin.

public boolean getIsSearchable ()

Gets the value of the isSearchable property. This getter has been renamed from isIsSearchable() to getIsSearchable() by cxf-xjc-boolean plugin.

public boolean getIsSystem ()

Gets the value of the isSystem property. This getter has been renamed from isIsSystem() to getIsSystem() by cxf-xjc-boolean plugin.

public boolean getIsUserEditable ()

Gets the value of the isUserEditable property. This getter has been renamed from isIsUserEditable() to getIsUserEditable() by cxf-xjc-boolean plugin.

public boolean getIsVisibleOnEditor ()

Gets the value of the isVisibleOnEditor property. This getter has been renamed from isIsVisibleOnEditor() to getIsVisibleOnEditor() by cxf-xjc-boolean plugin.

public boolean getIsVisibleOnViewer ()

Gets the value of the isVisibleOnViewer property. This getter has been renamed from isIsVisibleOnViewer() to getIsVisibleOnViewer() by cxf-xjc-boolean plugin.

public int getLength ()

Gets the value of the length property.

public String getManagedPropertyName ()

Gets the value of the managedPropertyName property.

Returns
  • possible object is String

public int getMaximumShown ()

Gets the value of the maximumShown property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Guid getTermSetId ()

Gets the value of the termSetId property.

Returns
  • possible object is Guid

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public boolean getUserOverridePrivacy ()

Gets the value of the userOverridePrivacy property. This getter has been renamed from isUserOverridePrivacy() to getUserOverridePrivacy() by cxf-xjc-boolean plugin.

public void setAllowPolicyOverride (boolean value)

Sets the value of the allowPolicyOverride property.

Parameters
value

public void setChoiceType (ChoiceTypes value)

Sets the value of the choiceType property.

Parameters
value Allowed object is ChoiceTypes

public void setDefaultPrivacy (Privacy value)

Sets the value of the defaultPrivacy property.

Parameters
value Allowed object is Privacy

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setDisplayOrder (int value)

Sets the value of the displayOrder property.

Parameters
value

public void setIsAdminEditable (boolean value)

Sets the value of the isAdminEditable property.

Parameters
value

public void setIsAlias (boolean value)

Sets the value of the isAlias property.

Parameters
value

public void setIsColleagueEventLog (boolean value)

Sets the value of the isColleagueEventLog property.

Parameters
value

public void setIsImported (boolean value)

Sets the value of the isImported property.

Parameters
value

public void setIsMultiValue (boolean value)

Sets the value of the isMultiValue property.

Parameters
value

public void setIsReplicable (boolean value)

Sets the value of the isReplicable property.

Parameters
value

public void setIsRequired (boolean value)

Sets the value of the isRequired property.

Parameters
value

public void setIsSearchable (boolean value)

Sets the value of the isSearchable property.

Parameters
value

public void setIsSystem (boolean value)

Sets the value of the isSystem property.

Parameters
value

public void setIsUserEditable (boolean value)

Sets the value of the isUserEditable property.

Parameters
value

public void setIsVisibleOnEditor (boolean value)

Sets the value of the isVisibleOnEditor property.

Parameters
value

public void setIsVisibleOnViewer (boolean value)

Sets the value of the isVisibleOnViewer property.

Parameters
value

public void setLength (int value)

Sets the value of the length property.

Parameters
value

public void setManagedPropertyName (String value)

Sets the value of the managedPropertyName property.

Parameters
value Allowed object is String

public void setMaximumShown (int value)

Sets the value of the maximumShown property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTermSetId (Guid value)

Sets the value of the termSetId property.

Parameters
value Allowed object is Guid

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setUserOverridePrivacy (boolean value)

Sets the value of the userOverridePrivacy property.

Parameters
value