| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.LinkEntity |
Java class for LinkEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkEntity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Columns" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ColumnSet" minOccurs="0"/>
<element name="EntityAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JoinOperator" type="{http://schemas.microsoft.com/xrm/2011/Contracts}JoinOperator" minOccurs="0"/>
<element name="LinkCriteria" type="{http://schemas.microsoft.com/xrm/2011/Contracts}FilterExpression" minOccurs="0"/>
<element name="LinkEntities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfLinkEntity" minOccurs="0"/>
<element name="LinkFromAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LinkFromEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LinkToAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LinkToEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| columns | |||||||||||
| entityAlias | |||||||||||
| joinOperator | |||||||||||
| linkCriteria | |||||||||||
| linkEntities | |||||||||||
| linkFromAttributeName | |||||||||||
| linkFromEntityName | |||||||||||
| linkToAttributeName | |||||||||||
| linkToEntityName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the columns property.
| |||||||||||
Gets the value of the entityAlias property.
| |||||||||||
Gets the value of the joinOperator property.
| |||||||||||
Gets the value of the linkCriteria property.
| |||||||||||
Gets the value of the linkEntities property.
| |||||||||||
Gets the value of the linkFromAttributeName property.
| |||||||||||
Gets the value of the linkFromEntityName property.
| |||||||||||
Gets the value of the linkToAttributeName property.
| |||||||||||
Gets the value of the linkToEntityName property.
| |||||||||||
Sets the value of the columns property.
| |||||||||||
Sets the value of the entityAlias property.
| |||||||||||
Sets the value of the joinOperator property.
| |||||||||||
Sets the value of the linkCriteria property.
| |||||||||||
Sets the value of the linkEntities property.
| |||||||||||
Sets the value of the linkFromAttributeName property.
| |||||||||||
Sets the value of the linkFromEntityName property.
| |||||||||||
Sets the value of the linkToAttributeName property.
| |||||||||||
Sets the value of the linkToEntityName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the columns property.
ColumnSet
Gets the value of the entityAlias property.
Gets the value of the joinOperator property.
JoinOperator
Gets the value of the linkCriteria property.
FilterExpression
Gets the value of the linkEntities property.
ArrayOfLinkEntity
Gets the value of the linkFromAttributeName property.
Gets the value of the linkFromEntityName property.
Gets the value of the linkToAttributeName property.
Gets the value of the linkToEntityName property.
Sets the value of the columns property.
| value | Allowed object is
ColumnSet
|
|---|
Sets the value of the entityAlias property.
| value | Allowed object is String |
|---|
Sets the value of the joinOperator property.
| value | Allowed object is
JoinOperator
|
|---|
Sets the value of the linkCriteria property.
| value | Allowed object is
FilterExpression
|
|---|
Sets the value of the linkEntities property.
| value | Allowed object is
ArrayOfLinkEntity
|
|---|
Sets the value of the linkFromAttributeName property.
| value | Allowed object is String |
|---|
Sets the value of the linkFromEntityName property.
| value | Allowed object is String |
|---|
Sets the value of the linkToAttributeName property.
| value | Allowed object is String |
|---|
Sets the value of the linkToEntityName property.
| value | Allowed object is String |
|---|