Class TCaseUserDefinedEvent
java.lang.Object
oracle.bpm.casemgmt.metadata.event.model.TCaseUserDefinedEvent
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Gets the value of the event property.Gets the value of the eventName property.boolean
boolean
void
Sets the value of the event property.void
setEventName
(String value) Sets the value of the eventName property.
-
Constructor Details
-
TCaseUserDefinedEvent
public TCaseUserDefinedEvent()
-
-
Method Details
-
getEventName
Gets the value of the eventName property.- Returns:
- possible object is
String
-
setEventName
Sets the value of the eventName property.- Parameters:
value
- allowed object isString
-
isSetEventName
public boolean isSetEventName() -
getEvent
Gets the value of the event property.- Returns:
- possible object is
String
-
setEvent
Sets the value of the event property.- Parameters:
value
- allowed object isString
-
isSetEvent
public boolean isSetEvent()
-