|
KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.ws.deployment.generated.ProcessIdsResponse
public class ProcessIdsResponse
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>
| Field Summary | |
|---|---|
protected String |
deploymentId
|
protected List<String> |
processId
|
| Constructor Summary | |
|---|---|
ProcessIdsResponse()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String deploymentId
protected List<String> processId
| Constructor Detail |
|---|
public ProcessIdsResponse()
| Method Detail |
|---|
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
|
KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||