| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.services.Associate |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="relationship" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Relationship" minOccurs="0"/>
<element name="relatedEntities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityReferenceCollection" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityId | |||||||||||
| entityName | |||||||||||
| relatedEntities | |||||||||||
| relationship | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the relatedEntities property.
| |||||||||||
Gets the value of the relationship property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the relatedEntities property.
| |||||||||||
Sets the value of the relationship property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entityName property.
Gets the value of the relatedEntities property.
EntityReferenceCollection
Gets the value of the relationship property.
Relationship
Sets the value of the entityId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the relatedEntities property.
| value | Allowed object is
EntityReferenceCollection
|
|---|
Sets the value of the relationship property.
| value | Allowed object is
Relationship
|
|---|