| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.EntityReference |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| logicalName | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the logicalName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the logicalName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the logicalName property.
Gets the value of the name property.
Sets the value of the id property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the logicalName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|