public class

LinkEntity

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ColumnSet columns
protected String entityAlias
protected JoinOperator joinOperator
protected FilterExpression linkCriteria
protected ArrayOfLinkEntity linkEntities
protected String linkFromAttributeName
protected String linkFromEntityName
protected String linkToAttributeName
protected String linkToEntityName
Public Constructors
LinkEntity()
Public Methods
ColumnSet getColumns()
Gets the value of the columns property.
String getEntityAlias()
Gets the value of the entityAlias property.
JoinOperator getJoinOperator()
Gets the value of the joinOperator property.
FilterExpression getLinkCriteria()
Gets the value of the linkCriteria property.
ArrayOfLinkEntity getLinkEntities()
Gets the value of the linkEntities property.
String getLinkFromAttributeName()
Gets the value of the linkFromAttributeName property.
String getLinkFromEntityName()
Gets the value of the linkFromEntityName property.
String getLinkToAttributeName()
Gets the value of the linkToAttributeName property.
String getLinkToEntityName()
Gets the value of the linkToEntityName property.
void setColumns(ColumnSet value)
Sets the value of the columns property.
void setEntityAlias(String value)
Sets the value of the entityAlias property.
void setJoinOperator(JoinOperator value)
Sets the value of the joinOperator property.
void setLinkCriteria(FilterExpression value)
Sets the value of the linkCriteria property.
void setLinkEntities(ArrayOfLinkEntity value)
Sets the value of the linkEntities property.
void setLinkFromAttributeName(String value)
Sets the value of the linkFromAttributeName property.
void setLinkFromEntityName(String value)
Sets the value of the linkFromEntityName property.
void setLinkToAttributeName(String value)
Sets the value of the linkToAttributeName property.
void setLinkToEntityName(String value)
Sets the value of the linkToEntityName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ColumnSet columns

protected String entityAlias

protected JoinOperator joinOperator

protected FilterExpression linkCriteria

protected ArrayOfLinkEntity linkEntities

protected String linkFromAttributeName

protected String linkFromEntityName

protected String linkToAttributeName

protected String linkToEntityName

Public Constructors

public LinkEntity ()

Public Methods

public ColumnSet getColumns ()

Gets the value of the columns property.

Returns

public String getEntityAlias ()

Gets the value of the entityAlias property.

Returns
  • possible object is String

public JoinOperator getJoinOperator ()

Gets the value of the joinOperator property.

Returns

public FilterExpression getLinkCriteria ()

Gets the value of the linkCriteria property.

Returns

public ArrayOfLinkEntity getLinkEntities ()

Gets the value of the linkEntities property.

Returns

public String getLinkFromAttributeName ()

Gets the value of the linkFromAttributeName property.

Returns
  • possible object is String

public String getLinkFromEntityName ()

Gets the value of the linkFromEntityName property.

Returns
  • possible object is String

public String getLinkToAttributeName ()

Gets the value of the linkToAttributeName property.

Returns
  • possible object is String

public String getLinkToEntityName ()

Gets the value of the linkToEntityName property.

Returns
  • possible object is String

public void setColumns (ColumnSet value)

Sets the value of the columns property.

Parameters
value Allowed object is ColumnSet

public void setEntityAlias (String value)

Sets the value of the entityAlias property.

Parameters
value Allowed object is String

public void setJoinOperator (JoinOperator value)

Sets the value of the joinOperator property.

Parameters
value Allowed object is JoinOperator

public void setLinkCriteria (FilterExpression value)

Sets the value of the linkCriteria property.

Parameters
value Allowed object is FilterExpression

public void setLinkEntities (ArrayOfLinkEntity value)

Sets the value of the linkEntities property.

Parameters
value Allowed object is ArrayOfLinkEntity

public void setLinkFromAttributeName (String value)

Sets the value of the linkFromAttributeName property.

Parameters
value Allowed object is String

public void setLinkFromEntityName (String value)

Sets the value of the linkFromEntityName property.

Parameters
value Allowed object is String

public void setLinkToAttributeName (String value)

Sets the value of the linkToAttributeName property.

Parameters
value Allowed object is String

public void setLinkToEntityName (String value)

Sets the value of the linkToEntityName property.

Parameters
value Allowed object is String