public class ProcessIdsResponse extends Object implements Serializable
Java class for ProcessIdsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessIdsResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deploymentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected List<String> |
processId |
| Constructor and Description |
|---|
ProcessIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId()
Gets the value of the deploymentId property.
|
List<String> |
getProcessId()
Gets the value of the processId property.
|
void |
setDeploymentId(String value)
Sets the value of the deploymentId property.
|
public String getDeploymentId()
Stringpublic void setDeploymentId(String value)
value - allowed object is
Stringpublic List<String> getProcessId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the processId property.
For example, to add a new item, do as follows:
getProcessId().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.