KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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

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

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>
 

See Also:
Serialized Form

Field Summary
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 Summary
NodeInstanceLogResponse()
           
 
Method Summary
 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.
 
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

nodeInstanceId

protected String nodeInstanceId

nodeId

protected String nodeId

nodeName

protected String nodeName

date

protected XMLGregorianCalendar date

workItemId

protected Long workItemId

connection

protected String connection

externalId

protected String externalId

nodeType

protected String nodeType

type

protected Integer type
Constructor Detail

NodeInstanceLogResponse

public NodeInstanceLogResponse()
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

getNodeInstanceId

public String getNodeInstanceId()
Gets the value of the nodeInstanceId property.

Returns:
possible object is String

setNodeInstanceId

public void setNodeInstanceId(String value)
Sets the value of the nodeInstanceId property.

Parameters:
value - allowed object is String

getNodeId

public String getNodeId()
Gets the value of the nodeId property.

Returns:
possible object is String

setNodeId

public void setNodeId(String value)
Sets the value of the nodeId property.

Parameters:
value - allowed object is String

getNodeName

public String getNodeName()
Gets the value of the nodeName property.

Returns:
possible object is String

setNodeName

public void setNodeName(String value)
Sets the value of the nodeName property.

Parameters:
value - allowed object is String

getDate

public XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getWorkItemId

public Long getWorkItemId()
Gets the value of the workItemId property.

Returns:
possible object is Long

setWorkItemId

public void setWorkItemId(Long value)
Sets the value of the workItemId property.

Parameters:
value - allowed object is Long

getConnection

public String getConnection()
Gets the value of the connection property.

Returns:
possible object is String

setConnection

public void setConnection(String value)
Sets the value of the connection 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

getNodeType

public String getNodeType()
Gets the value of the nodeType property.

Returns:
possible object is String

setNodeType

public void setNodeType(String value)
Sets the value of the nodeType property.

Parameters:
value - allowed object is String

getType

public Integer getType()
Gets the value of the type property.

Returns:
possible object is Integer

setType

public void setType(Integer value)
Sets the value of the type property.

Parameters:
value - allowed object is Integer

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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