|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.casemgmt.metadata.event.model.TCaseActivityEvent
public class TCaseActivityEvent
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 |
|---|
public TCaseActivityEvent()
| Method Detail |
|---|
public java.lang.String getActivityName()
Stringpublic void setActivityName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getActivityType()
Stringpublic void setActivityType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getActivityId()
Stringpublic void setActivityId(java.lang.String value)
value - allowed object is Stringpublic TActivityEvent getActivityEvent()
TActivityEventpublic void setActivityEvent(TActivityEvent value)
value - allowed object is TActivityEventpublic javax.xml.datatype.XMLGregorianCalendar getStartedDate()
XMLGregorianCalendarpublic void setStartedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getCompletedDate()
XMLGregorianCalendarpublic void setCompletedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendar
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||