public class TCaseLifecycleEvent
extends java.lang.Object
implements java.io.Serializable
Java class for tCaseLifecycleEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseLifecycleEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lifecycleEvent" type="{http://xmlns.oracle.com/bpm/case/event}tLifecycleEvent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseLifecycleEvent() |
| Modifier and Type | Method and Description |
|---|---|
TLifecycleEvent |
getLifecycleEvent()
Gets the value of the lifecycleEvent property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
boolean |
isSetLifecycleEvent() |
boolean |
isSetState() |
void |
setLifecycleEvent(TLifecycleEvent value)
Sets the value of the lifecycleEvent property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
public java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetState()
public TLifecycleEvent getLifecycleEvent()
TLifecycleEventpublic void setLifecycleEvent(TLifecycleEvent value)
value - allowed object is
TLifecycleEventpublic boolean isSetLifecycleEvent()