org.eclipse.stardust.engine.api.ws
Class ParameterMappingXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.ParameterMappingXto

public class ParameterMappingXto
extends ModelElementXto

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

ParameterMappingXto

public ParameterMappingXto()
Method Detail

getDataId

public String getDataId()
Gets the value of the dataId property.

Returns:
possible object is String

setDataId

public void setDataId(String value)
Sets the value of the dataId property.

Parameters:
value - allowed object is String

getParameterPath

public String getParameterPath()
Gets the value of the parameterPath property.

Returns:
possible object is String

setParameterPath

public void setParameterPath(String value)
Sets the value of the parameterPath property.

Parameters:
value - allowed object is String

getParameter

public AccessPointXto getParameter()
Gets the value of the parameter property.

Returns:
possible object is AccessPointXto

setParameter

public void setParameter(AccessPointXto value)
Sets the value of the parameter property.

Parameters:
value - allowed object is AccessPointXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.