| java.lang.Object | ||
| ↳ | com.clarizen.api.queries.Condition | |
| ↳ | com.clarizen.api.queries.LogicalCondition | |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| conditions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the conditions property.
| |||||||||||
Sets the value of the conditions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the conditions property.
ConditionList
Sets the value of the conditions property.
| value | Allowed object is
ConditionList
|
|---|