public class

ManagedPropertyAttributeMetadata

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

Class Overview

Java class for ManagedPropertyAttributeMetadata complex type.

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

 <complexType name="ManagedPropertyAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="ManagedPropertyLogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentComponentType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ValueAttributeTypeCode" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeTypeCode" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected String managedPropertyLogicalName
protected String parentAttributeName
protected Integer parentComponentType
protected AttributeTypeCode valueAttributeTypeCode
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
ManagedPropertyAttributeMetadata()
Public Methods
String getManagedPropertyLogicalName()
Gets the value of the managedPropertyLogicalName property.
String getParentAttributeName()
Gets the value of the parentAttributeName property.
Integer getParentComponentType()
Gets the value of the parentComponentType property.
AttributeTypeCode getValueAttributeTypeCode()
Gets the value of the valueAttributeTypeCode property.
void setManagedPropertyLogicalName(String value)
Sets the value of the managedPropertyLogicalName property.
void setParentAttributeName(String value)
Sets the value of the parentAttributeName property.
void setParentComponentType(Integer value)
Sets the value of the parentComponentType property.
void setValueAttributeTypeCode(AttributeTypeCode value)
Sets the value of the valueAttributeTypeCode property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
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 String managedPropertyLogicalName

protected String parentAttributeName

protected Integer parentComponentType

protected AttributeTypeCode valueAttributeTypeCode

Public Constructors

public ManagedPropertyAttributeMetadata ()

Public Methods

public String getManagedPropertyLogicalName ()

Gets the value of the managedPropertyLogicalName property.

Returns
  • possible object is String

public String getParentAttributeName ()

Gets the value of the parentAttributeName property.

Returns
  • possible object is String

public Integer getParentComponentType ()

Gets the value of the parentComponentType property.

Returns
  • possible object is Integer

public AttributeTypeCode getValueAttributeTypeCode ()

Gets the value of the valueAttributeTypeCode property.

Returns

public void setManagedPropertyLogicalName (String value)

Sets the value of the managedPropertyLogicalName property.

Parameters
value Allowed object is String

public void setParentAttributeName (String value)

Sets the value of the parentAttributeName property.

Parameters
value Allowed object is String

public void setParentComponentType (Integer value)

Sets the value of the parentComponentType property.

Parameters
value Allowed object is Integer

public void setValueAttributeTypeCode (AttributeTypeCode value)

Sets the value of the valueAttributeTypeCode property.

Parameters
value Allowed object is AttributeTypeCode