public class EventActionDefinitionXto extends ModelElementXto
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 and Description |
|---|
EventActionDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic long getRtOid()
public void setRtOid(long value)
public EventActionTypeDefinitionXto getType()
EventActionTypeDefinitionXtopublic void setType(EventActionTypeDefinitionXto value)
value - allowed object is
EventActionTypeDefinitionXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.