public class

LogicalCondition

extends Condition
java.lang.Object
   ↳ com.clarizen.api.queries.Condition
     ↳ com.clarizen.api.queries.LogicalCondition
Known Direct Subclasses

Class Overview

Java class for LogicalCondition complex type.

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

 <complexType name="LogicalCondition">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}Condition">
       <sequence>
         <element name="Conditions" type="{http://clarizen.com/api}ConditionList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ConditionList conditions
Public Constructors
LogicalCondition()
Public Methods
ConditionList getConditions()
Gets the value of the conditions property.
void setConditions(ConditionList value)
Sets the value of the conditions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ConditionList conditions

Public Constructors

public LogicalCondition ()

Public Methods

public ConditionList getConditions ()

Gets the value of the conditions property.

Returns

public void setConditions (ConditionList value)

Sets the value of the conditions property.

Parameters
value Allowed object is ConditionList