public class TriggerXto extends ModelElementXto
Java class for Trigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trigger">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="runtimeElementOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="accessPoints" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoints" minOccurs="0"/>
<element name="parameterMappings" type="{http://eclipse.org/stardust/ws/v2012a/api}ParameterMappings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TriggerXto() |
| Modifier and Type | Method and Description |
|---|---|
AccessPointsXto |
getAccessPoints()
Gets the value of the accessPoints property.
|
ParameterMappingsXto |
getParameterMappings()
Gets the value of the parameterMappings property.
|
long |
getRuntimeElementOid()
Gets the value of the runtimeElementOid property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSynchronous()
Gets the value of the synchronous property.
|
void |
setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property.
|
void |
setParameterMappings(ParameterMappingsXto value)
Sets the value of the parameterMappings property.
|
void |
setRuntimeElementOid(long value)
Sets the value of the runtimeElementOid property.
|
void |
setSynchronous(boolean value)
Sets the value of the synchronous property.
|
void |
setType(String 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 getRuntimeElementOid()
public void setRuntimeElementOid(long value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSynchronous()
public void setSynchronous(boolean value)
public AccessPointsXto getAccessPoints()
AccessPointsXtopublic void setAccessPoints(AccessPointsXto value)
value - allowed object is
AccessPointsXtopublic ParameterMappingsXto getParameterMappings()
ParameterMappingsXtopublic void setParameterMappings(ParameterMappingsXto value)
value - allowed object is
ParameterMappingsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.