public class

AliasedValue

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.AliasedValue

Class Overview

Java class for AliasedValue complex type.

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

 <complexType name="AliasedValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeLogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EntityLogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String attributeLogicalName
protected String entityLogicalName
protected Object value
Public Constructors
AliasedValue()
Public Methods
String getAttributeLogicalName()
Gets the value of the attributeLogicalName property.
String getEntityLogicalName()
Gets the value of the entityLogicalName property.
Object getValue()
Gets the value of the value property.
void setAttributeLogicalName(String value)
Sets the value of the attributeLogicalName property.
void setEntityLogicalName(String value)
Sets the value of the entityLogicalName property.
void setValue(Object value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String attributeLogicalName

protected String entityLogicalName

protected Object value

Public Constructors

public AliasedValue ()

Public Methods

public String getAttributeLogicalName ()

Gets the value of the attributeLogicalName property.

Returns
  • possible object is String

public String getEntityLogicalName ()

Gets the value of the entityLogicalName property.

Returns
  • possible object is String

public Object getValue ()

Gets the value of the value property.

Returns
  • possible object is Object

public void setAttributeLogicalName (String value)

Sets the value of the attributeLogicalName property.

Parameters
value Allowed object is String

public void setEntityLogicalName (String value)

Sets the value of the entityLogicalName property.

Parameters
value Allowed object is String

public void setValue (Object value)

Sets the value of the value property.

Parameters
value Allowed object is Object