Class TCaseLifecycleEvent
java.lang.Object
oracle.bpm.casemgmt.metadata.event.model.TCaseLifecycleEvent
- All Implemented Interfaces:
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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lifecycleEvent property.getState()
Gets the value of the state property.boolean
boolean
void
setLifecycleEvent
(TLifecycleEvent value) Sets the value of the lifecycleEvent property.void
Sets the value of the state property.
-
Constructor Details
-
TCaseLifecycleEvent
public TCaseLifecycleEvent()
-
-
Method Details
-
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getLifecycleEvent
Gets the value of the lifecycleEvent property.- Returns:
- possible object is
TLifecycleEvent
-
setLifecycleEvent
Sets the value of the lifecycleEvent property.- Parameters:
value
- allowed object isTLifecycleEvent
-
isSetLifecycleEvent
public boolean isSetLifecycleEvent()
-