Class TCaseUserDefinedEvent

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

public class TCaseUserDefinedEvent extends Object implements Serializable

Java class for tCaseUserDefinedEvent complex type.

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

 <complexType name="tCaseUserDefinedEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eventName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="event" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TCaseUserDefinedEvent

      public TCaseUserDefinedEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Gets the value of the eventName property.
      Returns:
      possible object is String
    • setEventName

      public void setEventName(String value)
      Sets the value of the eventName property.
      Parameters:
      value - allowed object is String
    • isSetEventName

      public boolean isSetEventName()
    • getEvent

      public String getEvent()
      Gets the value of the event property.
      Returns:
      possible object is String
    • setEvent

      public void setEvent(String value)
      Sets the value of the event property.
      Parameters:
      value - allowed object is String
    • isSetEvent

      public boolean isSetEvent()