public class

ExpressionSet

extends Expression
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.Expression
     ↳ com.emc.documentum.fs.datamodel.core.query.ExpressionSet

Class Overview

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>
 

Summary

Fields
protected List<Expression> expressions
protected ExpressionSetOperator operator
Public Constructors
ExpressionSet()
Public Methods
List<Expression> getExpressions()
Gets the value of the expressions property.
ExpressionSetOperator getOperator()
Gets the value of the operator property.
void setOperator(ExpressionSetOperator value)
Sets the value of the operator property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Expression> expressions

protected ExpressionSetOperator operator

Public Constructors

public ExpressionSet ()

Public Methods

public List<Expression> getExpressions ()

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

public ExpressionSetOperator getOperator ()

Gets the value of the operator property.

Returns

public void setOperator (ExpressionSetOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is ExpressionSetOperator