public class

ManagedPropertyMetadata

extends MetadataBase
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.ManagedPropertyMetadata

Class Overview

Java class for ManagedPropertyMetadata complex type.

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

 <complexType name="ManagedPropertyMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}MetadataBase">
       <sequence>
         <element name="Description" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="DisplayName" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="EnablesAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EnablesEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="EvaluationPriority" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyEvaluationPriority" minOccurs="0"/>
         <element name="IsGlobalForOperation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ManagedPropertyType" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyType" minOccurs="0"/>
         <element name="Operation" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyOperation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected Label description
protected Label displayName
protected String enablesAttributeName
protected String enablesEntityName
protected Integer errorCode
protected ManagedPropertyEvaluationPriority evaluationPriority
protected Boolean isGlobalForOperation
protected Boolean isPrivate
protected String logicalName
protected ManagedPropertyType managedPropertyType
protected ManagedPropertyOperation operation
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
ManagedPropertyMetadata()
Public Methods
Label getDescription()
Gets the value of the description property.
Label getDisplayName()
Gets the value of the displayName property.
String getEnablesAttributeName()
Gets the value of the enablesAttributeName property.
String getEnablesEntityName()
Gets the value of the enablesEntityName property.
Integer getErrorCode()
Gets the value of the errorCode property.
ManagedPropertyEvaluationPriority getEvaluationPriority()
Gets the value of the evaluationPriority property.
String getLogicalName()
Gets the value of the logicalName property.
ManagedPropertyType getManagedPropertyType()
Gets the value of the managedPropertyType property.
ManagedPropertyOperation getOperation()
Gets the value of the operation property.
Boolean isIsGlobalForOperation()
Gets the value of the isGlobalForOperation property.
Boolean isIsPrivate()
Gets the value of the isPrivate property.
void setDescription(Label value)
Sets the value of the description property.
void setDisplayName(Label value)
Sets the value of the displayName property.
void setEnablesAttributeName(String value)
Sets the value of the enablesAttributeName property.
void setEnablesEntityName(String value)
Sets the value of the enablesEntityName property.
void setErrorCode(Integer value)
Sets the value of the errorCode property.
void setEvaluationPriority(ManagedPropertyEvaluationPriority value)
Sets the value of the evaluationPriority property.
void setIsGlobalForOperation(Boolean value)
Sets the value of the isGlobalForOperation property.
void setIsPrivate(Boolean value)
Sets the value of the isPrivate property.
void setLogicalName(String value)
Sets the value of the logicalName property.
void setManagedPropertyType(ManagedPropertyType value)
Sets the value of the managedPropertyType property.
void setOperation(ManagedPropertyOperation value)
Sets the value of the operation property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Label description

protected Label displayName

protected String enablesAttributeName

protected String enablesEntityName

protected Integer errorCode

protected ManagedPropertyEvaluationPriority evaluationPriority

protected Boolean isGlobalForOperation

protected Boolean isPrivate

protected String logicalName

protected ManagedPropertyType managedPropertyType

protected ManagedPropertyOperation operation

Public Constructors

public ManagedPropertyMetadata ()

Public Methods

public Label getDescription ()

Gets the value of the description property.

Returns
  • possible object is Label

public Label getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is Label

public String getEnablesAttributeName ()

Gets the value of the enablesAttributeName property.

Returns
  • possible object is String

public String getEnablesEntityName ()

Gets the value of the enablesEntityName property.

Returns
  • possible object is String

public Integer getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is Integer

public ManagedPropertyEvaluationPriority getEvaluationPriority ()

Gets the value of the evaluationPriority property.

Returns

public String getLogicalName ()

Gets the value of the logicalName property.

Returns
  • possible object is String

public ManagedPropertyType getManagedPropertyType ()

Gets the value of the managedPropertyType property.

Returns

public ManagedPropertyOperation getOperation ()

Gets the value of the operation property.

Returns

public Boolean isIsGlobalForOperation ()

Gets the value of the isGlobalForOperation property.

Returns
  • possible object is Boolean

public Boolean isIsPrivate ()

Gets the value of the isPrivate property.

Returns
  • possible object is Boolean

public void setDescription (Label value)

Sets the value of the description property.

Parameters
value Allowed object is Label

public void setDisplayName (Label value)

Sets the value of the displayName property.

Parameters
value Allowed object is Label

public void setEnablesAttributeName (String value)

Sets the value of the enablesAttributeName property.

Parameters
value Allowed object is String

public void setEnablesEntityName (String value)

Sets the value of the enablesEntityName property.

Parameters
value Allowed object is String

public void setErrorCode (Integer value)

Sets the value of the errorCode property.

Parameters
value Allowed object is Integer

public void setEvaluationPriority (ManagedPropertyEvaluationPriority value)

Sets the value of the evaluationPriority property.

Parameters
value Allowed object is ManagedPropertyEvaluationPriority

public void setIsGlobalForOperation (Boolean value)

Sets the value of the isGlobalForOperation property.

Parameters
value Allowed object is Boolean

public void setIsPrivate (Boolean value)

Sets the value of the isPrivate property.

Parameters
value Allowed object is Boolean

public void setLogicalName (String value)

Sets the value of the logicalName property.

Parameters
value Allowed object is String

public void setManagedPropertyType (ManagedPropertyType value)

Sets the value of the managedPropertyType property.

Parameters
value Allowed object is ManagedPropertyType

public void setOperation (ManagedPropertyOperation value)

Sets the value of the operation property.

Parameters
value Allowed object is ManagedPropertyOperation