KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

org.kie.remote.services.ws.deployment.generated
Class ProcessIdsResponse

java.lang.Object
  extended by org.kie.remote.services.ws.deployment.generated.ProcessIdsResponse
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

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

deploymentId

protected String deploymentId

processId

protected List<String> processId
Constructor Detail

ProcessIdsResponse

public ProcessIdsResponse()
Method Detail

getDeploymentId

public String getDeploymentId()
Gets the value of the deploymentId property.

Returns:
possible object is String

setDeploymentId

public void setDeploymentId(String value)
Sets the value of the deploymentId property.

Parameters:
value - allowed object is String

getProcessId

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

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.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.