Class TCaseLifecycleEvent

java.lang.Object
oracle.bpm.casemgmt.metadata.event.model.TCaseLifecycleEvent
All Implemented Interfaces:
Serializable

public class TCaseLifecycleEvent extends Object implements 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 Details

    • TCaseLifecycleEvent

      public TCaseLifecycleEvent()
  • Method Details

    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getLifecycleEvent

      public TLifecycleEvent getLifecycleEvent()
      Gets the value of the lifecycleEvent property.
      Returns:
      possible object is TLifecycleEvent
    • setLifecycleEvent

      public void setLifecycleEvent(TLifecycleEvent value)
      Sets the value of the lifecycleEvent property.
      Parameters:
      value - allowed object is TLifecycleEvent
    • isSetLifecycleEvent

      public boolean isSetLifecycleEvent()