|
|||||||||
| 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.ParameterMappingXto
public class ParameterMappingXto
The ParameterMapping represents a mapping between a trigger access point and a workflow data.
Java class for ParameterMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterMapping">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameterPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoint" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ParameterMappingXto()
|
|
| Method Summary | |
|---|---|
String |
getDataId()
Gets the value of the dataId property. |
AccessPointXto |
getParameter()
Gets the value of the parameter property. |
String |
getParameterPath()
Gets the value of the parameterPath property. |
void |
setDataId(String value)
Sets the value of the dataId property. |
void |
setParameter(AccessPointXto value)
Sets the value of the parameter property. |
void |
setParameterPath(String value)
Sets the value of the parameterPath 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 ParameterMappingXto()
| Method Detail |
|---|
public String getDataId()
Stringpublic void setDataId(String value)
value - allowed object is
Stringpublic String getParameterPath()
Stringpublic void setParameterPath(String value)
value - allowed object is
Stringpublic AccessPointXto getParameter()
AccessPointXtopublic void setParameter(AccessPointXto value)
value - allowed object is
AccessPointXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||