public class

ConditionExpression

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

Class Overview

Java class for ConditionExpression complex type.

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

 <complexType name="ConditionExpression">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Operator" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ConditionOperator" minOccurs="0"/>
         <element name="Values" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfanyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String attributeName
protected ConditionOperator operator
protected ArrayOfanyType values
Public Constructors
ConditionExpression()
Public Methods
String getAttributeName()
Gets the value of the attributeName property.
ConditionOperator getOperator()
Gets the value of the operator property.
ArrayOfanyType getValues()
Gets the value of the values property.
void setAttributeName(String value)
Sets the value of the attributeName property.
void setOperator(ConditionOperator value)
Sets the value of the operator property.
void setValues(ArrayOfanyType value)
Sets the value of the values property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String attributeName

protected ConditionOperator operator

protected ArrayOfanyType values

Public Constructors

public ConditionExpression ()

Public Methods

public String getAttributeName ()

Gets the value of the attributeName property.

Returns
  • possible object is String

public ConditionOperator getOperator ()

Gets the value of the operator property.

Returns

public ArrayOfanyType getValues ()

Gets the value of the values property.

Returns

public void setAttributeName (String value)

Sets the value of the attributeName property.

Parameters
value Allowed object is String

public void setOperator (ConditionOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is ConditionOperator

public void setValues (ArrayOfanyType value)

Sets the value of the values property.

Parameters
value Allowed object is ArrayOfanyType