|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ProcessSpawnInfoXto
public class ProcessSpawnInfoXto
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 |
|---|
public ProcessSpawnInfoXto()
| Method Detail |
|---|
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
ParametersXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||