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

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

public class ProcessSpawnInfoXto
extends Object

Java class for ProcessSpawnInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessSpawnInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="copyData" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="parameters" type="{http://eclipse.org/stardust/ws/v2012a/api}Parameters"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessSpawnInfoXto()
           
 
Method Summary
 ParametersXto getParameters()
          Gets the value of the parameters property.
 String getProcessId()
          Gets the value of the processId property.
 boolean isCopyData()
          Gets the value of the copyData property.
 void setCopyData(boolean value)
          Sets the value of the copyData property.
 void setParameters(ParametersXto value)
          Sets the value of the parameters property.
 void setProcessId(String value)
          Sets the value of the processId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSpawnInfoXto

public ProcessSpawnInfoXto()
Method Detail

getProcessId

public String getProcessId()
Gets the value of the processId property.

Returns:
possible object is String

setProcessId

public void setProcessId(String value)
Sets the value of the processId property.

Parameters:
value - allowed object is String

isCopyData

public boolean isCopyData()
Gets the value of the copyData property.


setCopyData

public void setCopyData(boolean value)
Sets the value of the copyData property.


getParameters

public ParametersXto getParameters()
Gets the value of the parameters property.

Returns:
possible object is ParametersXto

setParameters

public void setParameters(ParametersXto value)
Sets the value of the parameters property.

Parameters:
value - allowed object is ParametersXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.