| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.ConditionExpression |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributeName | |||||||||||
| operator | |||||||||||
| values | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributeName property.
| |||||||||||
Gets the value of the operator property.
| |||||||||||
Gets the value of the values property.
| |||||||||||
Sets the value of the attributeName property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
Sets the value of the values property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributeName property.
Gets the value of the operator property.
ConditionOperator
Gets the value of the values property.
ArrayOfanyType
Sets the value of the attributeName property.
| value | Allowed object is String |
|---|
Sets the value of the operator property.
| value | Allowed object is
ConditionOperator
|
|---|
Sets the value of the values property.
| value | Allowed object is
ArrayOfanyType
|
|---|