Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.metadata.event.model
Class TCaseEvent

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.event.model.TCaseEvent

public class TCaseEvent
extends TExtensibleElements

Java class for tCaseEvent complex type.

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

 <complexType name="tCaseEvent">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="eventId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updatedByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="propertyBag" type="{http://xmlns.oracle.com/bpm/case/event}tPropertyBag" minOccurs="0"/>
         <choice>
           <element name="activityEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseActivityEvent"/>
           <element name="lifecycleEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseLifecycleEvent"/>
           <element name="documentEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseDocumentEvent"/>
           <element name="milestoneEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseMilestoneEvent"/>
           <element name="commentEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseCommentEvent"/>
           <element name="userDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseUserDefinedEvent"/>
           <element name="dataEvent" type="{http://xmlns.oracle.com/bpm/case/event}tCaseDataEvent"/>
         </choice>
       </sequence>
       <attribute name="eventType" type="{http://xmlns.oracle.com/bpm/case/event}tEventType" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TCaseEvent()
           
 
Method Summary
 TCaseActivityEvent getActivityEvent()
          Gets the value of the activityEvent property.
 java.lang.String getCaseId()
          Gets the value of the caseId property.
 java.lang.String getCaseName()
          Gets the value of the caseName property.
 java.lang.String getComment()
          Gets the value of the comment property.
 TCaseCommentEvent getCommentEvent()
          Gets the value of the commentEvent property.
 TCaseDataEvent getDataEvent()
          Gets the value of the dataEvent property.
 TCaseDocumentEvent getDocumentEvent()
          Gets the value of the documentEvent property.
 java.lang.String getEventId()
          Gets the value of the eventId property.
 TEventType getEventType()
          Gets the value of the eventType property.
 TCaseLifecycleEvent getLifecycleEvent()
          Gets the value of the lifecycleEvent property.
 TCaseMilestoneEvent getMilestoneEvent()
          Gets the value of the milestoneEvent property.
 TPropertyBag getPropertyBag()
          Gets the value of the propertyBag property.
 java.lang.String getUpdatedBy()
          Gets the value of the updatedBy property.
 java.lang.String getUpdatedByDisplayName()
          Gets the value of the updatedByDisplayName property.
 javax.xml.datatype.XMLGregorianCalendar getUpdatedDate()
          Gets the value of the updatedDate property.
 TCaseUserDefinedEvent getUserDefinedEvent()
          Gets the value of the userDefinedEvent property.
 void setActivityEvent(TCaseActivityEvent value)
          Sets the value of the activityEvent property.
 void setCaseId(java.lang.String value)
          Sets the value of the caseId property.
 void setCaseName(java.lang.String value)
          Sets the value of the caseName property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setCommentEvent(TCaseCommentEvent value)
          Sets the value of the commentEvent property.
 void setDataEvent(TCaseDataEvent value)
          Sets the value of the dataEvent property.
 void setDocumentEvent(TCaseDocumentEvent value)
          Sets the value of the documentEvent property.
 void setEventId(java.lang.String value)
          Sets the value of the eventId property.
 void setEventType(TEventType value)
          Sets the value of the eventType property.
 void setLifecycleEvent(TCaseLifecycleEvent value)
          Sets the value of the lifecycleEvent property.
 void setMilestoneEvent(TCaseMilestoneEvent value)
          Sets the value of the milestoneEvent property.
 void setPropertyBag(TPropertyBag value)
          Sets the value of the propertyBag property.
 void setUpdatedBy(java.lang.String value)
          Sets the value of the updatedBy property.
 void setUpdatedByDisplayName(java.lang.String value)
          Sets the value of the updatedByDisplayName property.
 void setUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the updatedDate property.
 void setUserDefinedEvent(TCaseUserDefinedEvent value)
          Sets the value of the userDefinedEvent property.
 
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCaseEvent

public TCaseEvent()
Method Detail

getEventId

public java.lang.String getEventId()
Gets the value of the eventId property.

Returns:
possible object is String

setEventId

public void setEventId(java.lang.String value)
Sets the value of the eventId property.

Parameters:
value - allowed object is String

getCaseId

public java.lang.String getCaseId()
Gets the value of the caseId property.

Returns:
possible object is String

setCaseId

public void setCaseId(java.lang.String value)
Sets the value of the caseId property.

Parameters:
value - allowed object is String

getCaseName

public java.lang.String getCaseName()
Gets the value of the caseName property.

Returns:
possible object is String

setCaseName

public void setCaseName(java.lang.String value)
Sets the value of the caseName property.

Parameters:
value - allowed object is String

getUpdatedBy

public java.lang.String getUpdatedBy()
Gets the value of the updatedBy property.

Returns:
possible object is String

setUpdatedBy

public void setUpdatedBy(java.lang.String value)
Sets the value of the updatedBy property.

Parameters:
value - allowed object is String

getUpdatedByDisplayName

public java.lang.String getUpdatedByDisplayName()
Gets the value of the updatedByDisplayName property.

Returns:
possible object is String

setUpdatedByDisplayName

public void setUpdatedByDisplayName(java.lang.String value)
Sets the value of the updatedByDisplayName property.

Parameters:
value - allowed object is String

getUpdatedDate

public javax.xml.datatype.XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.

Returns:
possible object is XMLGregorianCalendar

setUpdatedDate

public void setUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the updatedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getPropertyBag

public TPropertyBag getPropertyBag()
Gets the value of the propertyBag property.

Returns:
possible object is TPropertyBag

setPropertyBag

public void setPropertyBag(TPropertyBag value)
Sets the value of the propertyBag property.

Parameters:
value - allowed object is TPropertyBag

getActivityEvent

public TCaseActivityEvent getActivityEvent()
Gets the value of the activityEvent property.

Returns:
possible object is TCaseActivityEvent

setActivityEvent

public void setActivityEvent(TCaseActivityEvent value)
Sets the value of the activityEvent property.

Parameters:
value - allowed object is TCaseActivityEvent

getLifecycleEvent

public TCaseLifecycleEvent getLifecycleEvent()
Gets the value of the lifecycleEvent property.

Returns:
possible object is TCaseLifecycleEvent

setLifecycleEvent

public void setLifecycleEvent(TCaseLifecycleEvent value)
Sets the value of the lifecycleEvent property.

Parameters:
value - allowed object is TCaseLifecycleEvent

getDocumentEvent

public TCaseDocumentEvent getDocumentEvent()
Gets the value of the documentEvent property.

Returns:
possible object is TCaseDocumentEvent

setDocumentEvent

public void setDocumentEvent(TCaseDocumentEvent value)
Sets the value of the documentEvent property.

Parameters:
value - allowed object is TCaseDocumentEvent

getMilestoneEvent

public TCaseMilestoneEvent getMilestoneEvent()
Gets the value of the milestoneEvent property.

Returns:
possible object is TCaseMilestoneEvent

setMilestoneEvent

public void setMilestoneEvent(TCaseMilestoneEvent value)
Sets the value of the milestoneEvent property.

Parameters:
value - allowed object is TCaseMilestoneEvent

getCommentEvent

public TCaseCommentEvent getCommentEvent()
Gets the value of the commentEvent property.

Returns:
possible object is TCaseCommentEvent

setCommentEvent

public void setCommentEvent(TCaseCommentEvent value)
Sets the value of the commentEvent property.

Parameters:
value - allowed object is TCaseCommentEvent

getUserDefinedEvent

public TCaseUserDefinedEvent getUserDefinedEvent()
Gets the value of the userDefinedEvent property.

Returns:
possible object is TCaseUserDefinedEvent

setUserDefinedEvent

public void setUserDefinedEvent(TCaseUserDefinedEvent value)
Sets the value of the userDefinedEvent property.

Parameters:
value - allowed object is TCaseUserDefinedEvent

getDataEvent

public TCaseDataEvent getDataEvent()
Gets the value of the dataEvent property.

Returns:
possible object is TCaseDataEvent

setDataEvent

public void setDataEvent(TCaseDataEvent value)
Sets the value of the dataEvent property.

Parameters:
value - allowed object is TCaseDataEvent

getEventType

public TEventType getEventType()
Gets the value of the eventType property.

Returns:
possible object is TEventType

setEventType

public void setEventType(TEventType value)
Sets the value of the eventType property.

Parameters:
value - allowed object is TEventType

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.