public class ActivityDefinitionXto extends ModelElementXto
Java class for ActivityDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityDefinition">
<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="abortable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="interactive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="implementationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant"/>
<element name="application" type="{http://eclipse.org/stardust/ws/v2012a/api}Application"/>
<element name="interactionContexts">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="interactionContext" type="{http://eclipse.org/stardust/ws/v2012a/api}InteractionContext" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="eventHandlers" type="{http://eclipse.org/stardust/ws/v2012a/api}EventHandlerDefinitions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityDefinitionXto.InteractionContextsXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ActivityDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationXto |
getApplication()
Gets the value of the application property.
|
ParticipantXto |
getDefaultPerformer()
Gets the value of the defaultPerformer property.
|
EventHandlerDefinitionsXto |
getEventHandlers()
Gets the value of the eventHandlers property.
|
String |
getImplementationType()
Gets the value of the implementationType property.
|
ActivityDefinitionXto.InteractionContextsXto |
getInteractionContexts()
Gets the value of the interactionContexts property.
|
long |
getRtOid()
Gets the value of the rtOid property.
|
boolean |
isAbortable()
Gets the value of the abortable property.
|
boolean |
isInteractive()
Gets the value of the interactive property.
|
void |
setAbortable(boolean value)
Sets the value of the abortable property.
|
void |
setApplication(ApplicationXto value)
Sets the value of the application property.
|
void |
setDefaultPerformer(ParticipantXto value)
Sets the value of the defaultPerformer property.
|
void |
setEventHandlers(EventHandlerDefinitionsXto value)
Sets the value of the eventHandlers property.
|
void |
setImplementationType(String value)
Sets the value of the implementationType property.
|
void |
setInteractionContexts(ActivityDefinitionXto.InteractionContextsXto value)
Sets the value of the interactionContexts property.
|
void |
setInteractive(boolean value)
Sets the value of the interactive property.
|
void |
setRtOid(long value)
Sets the value of the rtOid property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic long getRtOid()
public void setRtOid(long value)
public boolean isAbortable()
public void setAbortable(boolean value)
public boolean isInteractive()
public void setInteractive(boolean value)
public String getImplementationType()
Stringpublic void setImplementationType(String value)
value - allowed object is
Stringpublic ParticipantXto getDefaultPerformer()
ParticipantXtopublic void setDefaultPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic ApplicationXto getApplication()
ApplicationXtopublic void setApplication(ApplicationXto value)
value - allowed object is
ApplicationXtopublic ActivityDefinitionXto.InteractionContextsXto getInteractionContexts()
ActivityDefinitionXto.InteractionContextsXtopublic void setInteractionContexts(ActivityDefinitionXto.InteractionContextsXto value)
value - allowed object is
ActivityDefinitionXto.InteractionContextsXtopublic EventHandlerDefinitionsXto getEventHandlers()
EventHandlerDefinitionsXtopublic void setEventHandlers(EventHandlerDefinitionsXto value)
value - allowed object is
EventHandlerDefinitionsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.