public class ProcessInstanceLinkFilterXto extends PredicateBaseXto
Java class for ProcessInstanceLinkFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceLinkFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api/query}LinkDirection"/>
<element name="linkTypes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessInstanceLinkFilterXto.LinkTypesXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ProcessInstanceLinkFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
LinkDirectionXto |
getDirection()
Gets the value of the direction property.
|
ProcessInstanceLinkFilterXto.LinkTypesXto |
getLinkTypes()
Gets the value of the linkTypes property.
|
long |
getProcessOid()
Gets the value of the processOid property.
|
void |
setDirection(LinkDirectionXto value)
Sets the value of the direction property.
|
void |
setLinkTypes(ProcessInstanceLinkFilterXto.LinkTypesXto value)
Sets the value of the linkTypes property.
|
void |
setProcessOid(long value)
Sets the value of the processOid property.
|
public long getProcessOid()
public void setProcessOid(long value)
public LinkDirectionXto getDirection()
LinkDirectionXtopublic void setDirection(LinkDirectionXto value)
value - allowed object is
LinkDirectionXtopublic ProcessInstanceLinkFilterXto.LinkTypesXto getLinkTypes()
ProcessInstanceLinkFilterXto.LinkTypesXtopublic void setLinkTypes(ProcessInstanceLinkFilterXto.LinkTypesXto value)
value - allowed object is
ProcessInstanceLinkFilterXto.LinkTypesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.