public class

EntityReference

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

Class Overview

Java class for EntityReference complex type.

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

 <complexType name="EntityReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
         <element name="LogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Guid id
protected String logicalName
protected String name
Public Constructors
EntityReference()
Public Methods
Guid getId()
Gets the value of the id property.
String getLogicalName()
Gets the value of the logicalName property.
String getName()
Gets the value of the name property.
void setId(Guid value)
Sets the value of the id property.
void setLogicalName(String value)
Sets the value of the logicalName property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Guid id

protected String logicalName

protected String name

Public Constructors

public EntityReference ()

Public Methods

public Guid getId ()

Gets the value of the id property.

Returns
  • possible object is Guid

public String getLogicalName ()

Gets the value of the logicalName property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setId (Guid value)

Sets the value of the id property.

Parameters
value Allowed object is Guid

public void setLogicalName (String value)

Sets the value of the logicalName property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String