KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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

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

public class VariableInstanceLogResponse
extends Object
implements Serializable

Java class for VariableInstanceLogResponse complex type.

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

 <complexType name="VariableInstanceLogResponse">
   <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="variableInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="variableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oldValue" 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="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  XMLGregorianCalendar date
           
protected  String externalId
           
protected  String oldValue
           
protected  String processId
           
protected  Long processInstanceId
           
protected  String value
           
protected  String variableId
           
protected  String variableInstanceId
           
 
Constructor Summary
VariableInstanceLogResponse()
           
 
Method Summary
 XMLGregorianCalendar getDate()
          Gets the value of the date property.
 String getExternalId()
          Gets the value of the externalId property.
 String getOldValue()
          Gets the value of the oldValue property.
 String getProcessId()
          Gets the value of the processId property.
 Long getProcessInstanceId()
          Gets the value of the processInstanceId property.
 String getValue()
          Gets the value of the value property.
 String getVariableId()
          Gets the value of the variableId property.
 String getVariableInstanceId()
          Gets the value of the variableInstanceId property.
 void setDate(XMLGregorianCalendar value)
          Sets the value of the date property.
 void setExternalId(String value)
          Sets the value of the externalId property.
 void setOldValue(String value)
          Sets the value of the oldValue property.
 void setProcessId(String value)
          Sets the value of the processId property.
 void setProcessInstanceId(Long value)
          Sets the value of the processInstanceId property.
 void setValue(String value)
          Sets the value of the value property.
 void setVariableId(String value)
          Sets the value of the variableId property.
 void setVariableInstanceId(String value)
          Sets the value of the variableInstanceId 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

variableInstanceId

protected String variableInstanceId

variableId

protected String variableId

value

protected String value

oldValue

protected String oldValue

date

protected XMLGregorianCalendar date

externalId

protected String externalId
Constructor Detail

VariableInstanceLogResponse

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

getVariableInstanceId

public String getVariableInstanceId()
Gets the value of the variableInstanceId property.

Returns:
possible object is String

setVariableInstanceId

public void setVariableInstanceId(String value)
Sets the value of the variableInstanceId property.

Parameters:
value - allowed object is String

getVariableId

public String getVariableId()
Gets the value of the variableId property.

Returns:
possible object is String

setVariableId

public void setVariableId(String value)
Sets the value of the variableId property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getOldValue

public String getOldValue()
Gets the value of the oldValue property.

Returns:
possible object is String

setOldValue

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

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

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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