KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

org.kie.remote.services.ws.history.generated
Class ProcessInstanceLogResponse

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

public class ProcessInstanceLogResponse
extends Object
implements Serializable

Java class for ProcessInstanceLogResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessInstanceLogResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="processId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="parentProcessInstanceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="identity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="processVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="processName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Long duration
           
protected  XMLGregorianCalendar endDate
           
protected  String externalId
           
protected  String identity
           
protected  String outcome
           
protected  Long parentProcessInstanceId
           
protected  String processId
           
protected  Long processInstanceId
           
protected  String processName
           
protected  String processVersion
           
protected  XMLGregorianCalendar startDate
           
protected  Integer status
           
 
Constructor Summary
ProcessInstanceLogResponse()
           
 
Method Summary
 Long getDuration()
          Gets the value of the duration property.
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 String getExternalId()
          Gets the value of the externalId property.
 String getIdentity()
          Gets the value of the identity property.
 String getOutcome()
          Gets the value of the outcome property.
 Long getParentProcessInstanceId()
          Gets the value of the parentProcessInstanceId property.
 String getProcessId()
          Gets the value of the processId property.
 Long getProcessInstanceId()
          Gets the value of the processInstanceId property.
 String getProcessName()
          Gets the value of the processName property.
 String getProcessVersion()
          Gets the value of the processVersion property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 Integer getStatus()
          Gets the value of the status property.
 void setDuration(Long value)
          Sets the value of the duration property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setExternalId(String value)
          Sets the value of the externalId property.
 void setIdentity(String value)
          Sets the value of the identity property.
 void setOutcome(String value)
          Sets the value of the outcome property.
 void setParentProcessInstanceId(Long value)
          Sets the value of the parentProcessInstanceId property.
 void setProcessId(String value)
          Sets the value of the processId property.
 void setProcessInstanceId(Long value)
          Sets the value of the processInstanceId property.
 void setProcessName(String value)
          Sets the value of the processName property.
 void setProcessVersion(String value)
          Sets the value of the processVersion property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setStatus(Integer value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstanceId

protected Long processInstanceId

processId

protected String processId

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate

status

protected Integer status

parentProcessInstanceId

protected Long parentProcessInstanceId

outcome

protected String outcome

duration

protected Long duration

identity

protected String identity

externalId

protected String externalId

processVersion

protected String processVersion

processName

protected String processName
Constructor Detail

ProcessInstanceLogResponse

public ProcessInstanceLogResponse()
Method Detail

getProcessInstanceId

public Long getProcessInstanceId()
Gets the value of the processInstanceId property.

Returns:
possible object is Long

setProcessInstanceId

public void setProcessInstanceId(Long value)
Sets the value of the processInstanceId property.

Parameters:
value - allowed object is Long

getProcessId

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

Returns:
possible object is String

setProcessId

public void setProcessId(String value)
Sets the value of the processId property.

Parameters:
value - allowed object is String

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getStatus

public Integer getStatus()
Gets the value of the status property.

Returns:
possible object is Integer

setStatus

public void setStatus(Integer value)
Sets the value of the status property.

Parameters:
value - allowed object is Integer

getParentProcessInstanceId

public Long getParentProcessInstanceId()
Gets the value of the parentProcessInstanceId property.

Returns:
possible object is Long

setParentProcessInstanceId

public void setParentProcessInstanceId(Long value)
Sets the value of the parentProcessInstanceId property.

Parameters:
value - allowed object is Long

getOutcome

public String getOutcome()
Gets the value of the outcome property.

Returns:
possible object is String

setOutcome

public void setOutcome(String value)
Sets the value of the outcome property.

Parameters:
value - allowed object is String

getDuration

public Long getDuration()
Gets the value of the duration property.

Returns:
possible object is Long

setDuration

public void setDuration(Long value)
Sets the value of the duration property.

Parameters:
value - allowed object is Long

getIdentity

public String getIdentity()
Gets the value of the identity property.

Returns:
possible object is String

setIdentity

public void setIdentity(String value)
Sets the value of the identity property.

Parameters:
value - allowed object is String

getExternalId

public String getExternalId()
Gets the value of the externalId property.

Returns:
possible object is String

setExternalId

public void setExternalId(String value)
Sets the value of the externalId property.

Parameters:
value - allowed object is String

getProcessVersion

public String getProcessVersion()
Gets the value of the processVersion property.

Returns:
possible object is String

setProcessVersion

public void setProcessVersion(String value)
Sets the value of the processVersion property.

Parameters:
value - allowed object is String

getProcessName

public String getProcessName()
Gets the value of the processName property.

Returns:
possible object is String

setProcessName

public void setProcessName(String value)
Sets the value of the processName property.

Parameters:
value - allowed object is String

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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