| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.Entity |
Java class for Entity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attributes" type="{http://schemas.microsoft.com/xrm/2011/Contracts}AttributeCollection" minOccurs="0"/>
<element name="EntityState" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityState" minOccurs="0"/>
<element name="FormattedValues" type="{http://schemas.microsoft.com/xrm/2011/Contracts}FormattedValueCollection" minOccurs="0"/>
<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="RelatedEntities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}RelatedEntityCollection" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| entityState | |||||||||||
| formattedValues | |||||||||||
| id | |||||||||||
| logicalName | |||||||||||
| relatedEntities | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributes property.
| |||||||||||
Gets the value of the entityState property.
| |||||||||||
Gets the value of the formattedValues property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the logicalName property.
| |||||||||||
Gets the value of the relatedEntities property.
| |||||||||||
Sets the value of the attributes property.
| |||||||||||
Sets the value of the entityState property.
| |||||||||||
Sets the value of the formattedValues property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the logicalName property.
| |||||||||||
Sets the value of the relatedEntities property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributes property.
AttributeCollection
Gets the value of the entityState property.
EntityState
Gets the value of the formattedValues property.
FormattedValueCollection
Gets the value of the logicalName property.
Gets the value of the relatedEntities property.
RelatedEntityCollection
Sets the value of the attributes property.
| value | Allowed object is
AttributeCollection
|
|---|
Sets the value of the entityState property.
| value | Allowed object is
EntityState
|
|---|
Sets the value of the formattedValues property.
| value | Allowed object is
FormattedValueCollection
|
|---|
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 relatedEntities property.
| value | Allowed object is
RelatedEntityCollection
|
|---|