| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.Expression | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.ExpressionSet | |
Java class for ExpressionSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionSet">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Expression">
<sequence>
<element name="expressions" type="{http://query.core.datamodel.fs.documentum.emc.com/}Expression" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="operator" type="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionSetOperator" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expressions | |||||||||||
| operator | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expressions property.
| |||||||||||
Gets the value of the operator property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the expressions property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expressions property.
For example, to add a new item, do as follows:
getExpressions().add(newItem);
Objects of the following type(s) are allowed in the list
Expression
Gets the value of the operator property.
ExpressionSetOperator
Sets the value of the operator property.
| value | Allowed object is
ExpressionSetOperator
|
|---|