| java.lang.Object | |||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.ManagedPropertyAttributeMetadata | ||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| managedPropertyLogicalName | |||||||||||
| parentAttributeName | |||||||||||
| parentComponentType | |||||||||||
| valueAttributeTypeCode | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
| |||||||||||
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the managedPropertyLogicalName property.
| |||||||||||
Gets the value of the parentAttributeName property.
| |||||||||||
Gets the value of the parentComponentType property.
| |||||||||||
Gets the value of the valueAttributeTypeCode property.
| |||||||||||
Sets the value of the managedPropertyLogicalName property.
| |||||||||||
Sets the value of the parentAttributeName property.
| |||||||||||
Sets the value of the parentComponentType property.
| |||||||||||
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
| |||||||||||
Gets the value of the managedPropertyLogicalName property.
Gets the value of the parentAttributeName property.
Gets the value of the parentComponentType property.
Gets the value of the valueAttributeTypeCode property.
AttributeTypeCode
Sets the value of the managedPropertyLogicalName property.
| value | Allowed object is String |
|---|
Sets the value of the parentAttributeName property.
| value | Allowed object is String |
|---|
Sets the value of the parentComponentType property.
| value | Allowed object is Integer |
|---|
Sets the value of the valueAttributeTypeCode property.
| value | Allowed object is
AttributeTypeCode
|
|---|