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 and Description |
|---|
ProcessSpawnInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getProcessId()
Stringpublic void setProcessId(String value)
value - allowed object is
Stringpublic boolean isCopyData()
public void setCopyData(boolean value)
public ParametersXto getParameters()
ParametersXtopublic void setParameters(ParametersXto value)
value - allowed object is
ParametersXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.