public class NodeInstanceLogResponse extends Object implements Serializable
Java class for NodeInstanceLogResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeInstanceLogResponse">
<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="nodeInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="workItemId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="connection" 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="nodeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
connection |
protected XMLGregorianCalendar |
date |
protected String |
externalId |
protected String |
nodeId |
protected String |
nodeInstanceId |
protected String |
nodeName |
protected String |
nodeType |
protected String |
processId |
protected Long |
processInstanceId |
protected Integer |
type |
protected Long |
workItemId |
| Constructor and Description |
|---|
NodeInstanceLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnection()
Gets the value of the connection property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
String |
getNodeId()
Gets the value of the nodeId property.
|
String |
getNodeInstanceId()
Gets the value of the nodeInstanceId property.
|
String |
getNodeName()
Gets the value of the nodeName property.
|
String |
getNodeType()
Gets the value of the nodeType property.
|
String |
getProcessId()
Gets the value of the processId property.
|
Long |
getProcessInstanceId()
Gets the value of the processInstanceId property.
|
Integer |
getType()
Gets the value of the type property.
|
Long |
getWorkItemId()
Gets the value of the workItemId property.
|
void |
setConnection(String value)
Sets the value of the connection property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setNodeInstanceId(String value)
Sets the value of the nodeInstanceId property.
|
void |
setNodeName(String value)
Sets the value of the nodeName property.
|
void |
setNodeType(String value)
Sets the value of the nodeType property.
|
void |
setProcessId(String value)
Sets the value of the processId property.
|
void |
setProcessInstanceId(Long value)
Sets the value of the processInstanceId property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setWorkItemId(Long value)
Sets the value of the workItemId property.
|
protected Long processInstanceId
protected String processId
protected String nodeInstanceId
protected String nodeId
protected String nodeName
protected XMLGregorianCalendar date
protected Long workItemId
protected String connection
protected String externalId
protected String nodeType
protected Integer type
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 String getNodeInstanceId()
Stringpublic void setNodeInstanceId(String value)
value - allowed object is
Stringpublic String getNodeId()
Stringpublic void setNodeId(String value)
value - allowed object is
Stringpublic String getNodeName()
Stringpublic void setNodeName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getWorkItemId()
Longpublic void setWorkItemId(Long value)
value - allowed object is
Longpublic String getConnection()
Stringpublic void setConnection(String value)
value - allowed object is
Stringpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic String getNodeType()
Stringpublic void setNodeType(String value)
value - allowed object is
Stringpublic Integer getType()
IntegerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.