|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.EventActionDefinitionXto
public class EventActionDefinitionXto
A client side view of a workflow event action. Each modeled event action contains a specific set of attributes, depending on the type of the event action.
Java class for EventActionDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventActionDefinition">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="rtOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://eclipse.org/stardust/ws/v2012a/api}EventActionTypeDefinition" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
EventActionDefinitionXto()
|
|
| Method Summary | |
|---|---|
long |
getRtOid()
Gets the value of the rtOid property. |
EventActionTypeDefinitionXto |
getType()
Gets the value of the type property. |
void |
setRtOid(long value)
Sets the value of the rtOid property. |
void |
setType(EventActionTypeDefinitionXto value)
Sets the value of the type property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventActionDefinitionXto()
| Method Detail |
|---|
public long getRtOid()
public void setRtOid(long value)
public EventActionTypeDefinitionXto getType()
EventActionTypeDefinitionXtopublic void setType(EventActionTypeDefinitionXto value)
value - allowed object is
EventActionTypeDefinitionXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||