public class ProcessStateFilterXto extends PredicateBaseXto
Java class for ProcessStateFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessStateFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="states">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="inclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessStateFilterXto.StatesXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ProcessStateFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
ProcessStateFilterXto.StatesXto |
getStates()
Gets the value of the states property.
|
void |
setStates(ProcessStateFilterXto.StatesXto value)
Sets the value of the states property.
|
public ProcessStateFilterXto.StatesXto getStates()
ProcessStateFilterXto.StatesXtopublic void setStates(ProcessStateFilterXto.StatesXto value)
value - allowed object is
ProcessStateFilterXto.StatesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.