public class

FilterExpression

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

Class Overview

Java class for FilterExpression complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FilterExpression">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Conditions" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfConditionExpression" minOccurs="0"/>
         <element name="FilterOperator" type="{http://schemas.microsoft.com/xrm/2011/Contracts}LogicalOperator" minOccurs="0"/>
         <element name="Filters" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfFilterExpression" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfConditionExpression conditions
protected LogicalOperator filterOperator
protected ArrayOfFilterExpression filters
Public Constructors
FilterExpression()
Public Methods
ArrayOfConditionExpression getConditions()
Gets the value of the conditions property.
LogicalOperator getFilterOperator()
Gets the value of the filterOperator property.
ArrayOfFilterExpression getFilters()
Gets the value of the filters property.
void setConditions(ArrayOfConditionExpression value)
Sets the value of the conditions property.
void setFilterOperator(LogicalOperator value)
Sets the value of the filterOperator property.
void setFilters(ArrayOfFilterExpression value)
Sets the value of the filters property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfConditionExpression conditions

protected LogicalOperator filterOperator

protected ArrayOfFilterExpression filters

Public Constructors

public FilterExpression ()

Public Methods

public ArrayOfConditionExpression getConditions ()

Gets the value of the conditions property.

Returns

public LogicalOperator getFilterOperator ()

Gets the value of the filterOperator property.

Returns

public ArrayOfFilterExpression getFilters ()

Gets the value of the filters property.

Returns

public void setConditions (ArrayOfConditionExpression value)

Sets the value of the conditions property.

Parameters
value Allowed object is ArrayOfConditionExpression

public void setFilterOperator (LogicalOperator value)

Sets the value of the filterOperator property.

Parameters
value Allowed object is LogicalOperator

public void setFilters (ArrayOfFilterExpression value)

Sets the value of the filters property.

Parameters
value Allowed object is ArrayOfFilterExpression