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 TCaseActivityEvent

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.event.model.TCaseActivityEvent

public class TCaseActivityEvent
extends java.lang.Object

Java class for tCaseActivityEvent complex type.

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

 <complexType name="tCaseActivityEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="activityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="activityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="activityEvent" type="{http://xmlns.oracle.com/bpm/case/event}tActivityEvent"/>
         <element name="startedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="completedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TCaseActivityEvent()
           
 
Method Summary
 TActivityEvent getActivityEvent()
          Gets the value of the activityEvent property.
 java.lang.String getActivityId()
          Gets the value of the activityId property.
 java.lang.String getActivityName()
          Gets the value of the activityName property.
 java.lang.String getActivityType()
          Gets the value of the activityType property.
 javax.xml.datatype.XMLGregorianCalendar getCompletedDate()
          Gets the value of the completedDate property.
 javax.xml.datatype.XMLGregorianCalendar getStartedDate()
          Gets the value of the startedDate property.
 void setActivityEvent(TActivityEvent value)
          Sets the value of the activityEvent property.
 void setActivityId(java.lang.String value)
          Sets the value of the activityId property.
 void setActivityName(java.lang.String value)
          Sets the value of the activityName property.
 void setActivityType(java.lang.String value)
          Sets the value of the activityType property.
 void setCompletedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the completedDate property.
 void setStartedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startedDate property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCaseActivityEvent

public TCaseActivityEvent()
Method Detail

getActivityName

public java.lang.String getActivityName()
Gets the value of the activityName property.

Returns:
possible object is String

setActivityName

public void setActivityName(java.lang.String value)
Sets the value of the activityName property.

Parameters:
value - allowed object is String

getActivityType

public java.lang.String getActivityType()
Gets the value of the activityType property.

Returns:
possible object is String

setActivityType

public void setActivityType(java.lang.String value)
Sets the value of the activityType property.

Parameters:
value - allowed object is String

getActivityId

public java.lang.String getActivityId()
Gets the value of the activityId property.

Returns:
possible object is String

setActivityId

public void setActivityId(java.lang.String value)
Sets the value of the activityId property.

Parameters:
value - allowed object is String

getActivityEvent

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

Returns:
possible object is TActivityEvent

setActivityEvent

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

Parameters:
value - allowed object is TActivityEvent

getStartedDate

public javax.xml.datatype.XMLGregorianCalendar getStartedDate()
Gets the value of the startedDate property.

Returns:
possible object is XMLGregorianCalendar

setStartedDate

public void setStartedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getCompletedDate

public javax.xml.datatype.XMLGregorianCalendar getCompletedDate()
Gets the value of the completedDate property.

Returns:
possible object is XMLGregorianCalendar

setCompletedDate

public void setCompletedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the completedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

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.