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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ProcessInstanceLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Long processInstanceId
protected String processId
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected Integer status
protected Long parentProcessInstanceId
protected String outcome
protected Long duration
protected String identity
protected String externalId
protected String processVersion
protected String processName
public Long getProcessInstanceId()
Longpublic void setProcessInstanceId(Long value)
value - allowed object is
Longpublic String getProcessId()
Stringpublic void setProcessId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getStatus()
Integerpublic void setStatus(Integer value)
value - allowed object is
Integerpublic Long getParentProcessInstanceId()
Longpublic void setParentProcessInstanceId(Long value)
value - allowed object is
Longpublic String getOutcome()
Stringpublic void setOutcome(String value)
value - allowed object is
Stringpublic Long getDuration()
Longpublic void setDuration(Long value)
value - allowed object is
Longpublic String getIdentity()
Stringpublic void setIdentity(String value)
value - allowed object is
Stringpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic String getProcessVersion()
Stringpublic void setProcessVersion(String value)
value - allowed object is
Stringpublic String getProcessName()
StringCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.