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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
VariableInstanceLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Long processInstanceId
protected String processId
protected String variableInstanceId
protected String variableId
protected String value
protected String oldValue
protected XMLGregorianCalendar date
protected String externalId
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 getVariableInstanceId()
Stringpublic void setVariableInstanceId(String value)
value - allowed object is
Stringpublic String getVariableId()
Stringpublic void setVariableId(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getExternalId()
StringCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.