public class TPhaseExitAction extends TExtensibleElements implements java.io.Serializable
Java class for tPhaseExitAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPhaseExitAction">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<choice minOccurs="0">
<element name="completeCaseInstance" type="{http://xmlns.oracle.com/bpm/case/metadata}tValue"/>
<element name="suspendCaseInstance" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="setUserDefinedStatus" type="{http://xmlns.oracle.com/bpm/case/metadata}tValue"/>
<element name="setActivityAttribute" type="{http://xmlns.oracle.com/bpm/case/metadata}tActivityAttribute"/>
<element name="triggerUserDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tUserDefinedSentryEvent"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TPhaseExitAction() |
| Modifier and Type | Method and Description |
|---|---|
TValue |
getCompleteCaseInstance()
Gets the value of the completeCaseInstance property.
|
TActivityAttribute |
getSetActivityAttribute()
Gets the value of the setActivityAttribute property.
|
TValue |
getSetUserDefinedStatus()
Gets the value of the setUserDefinedStatus property.
|
java.lang.Object |
getSuspendCaseInstance()
Gets the value of the suspendCaseInstance property.
|
TUserDefinedSentryEvent |
getTriggerUserDefinedEvent()
Gets the value of the triggerUserDefinedEvent property.
|
boolean |
isSetCompleteCaseInstance() |
boolean |
isSetSetActivityAttribute() |
boolean |
isSetSetUserDefinedStatus() |
boolean |
isSetSuspendCaseInstance() |
boolean |
isSetTriggerUserDefinedEvent() |
void |
setCompleteCaseInstance(TValue value)
Sets the value of the completeCaseInstance property.
|
void |
setSetActivityAttribute(TActivityAttribute value)
Sets the value of the setActivityAttribute property.
|
void |
setSetUserDefinedStatus(TValue value)
Sets the value of the setUserDefinedStatus property.
|
void |
setSuspendCaseInstance(java.lang.Object value)
Sets the value of the suspendCaseInstance property.
|
void |
setTriggerUserDefinedEvent(TUserDefinedSentryEvent value)
Sets the value of the triggerUserDefinedEvent property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic TValue getCompleteCaseInstance()
TValuepublic void setCompleteCaseInstance(TValue value)
value - allowed object is
TValuepublic boolean isSetCompleteCaseInstance()
public java.lang.Object getSuspendCaseInstance()
Objectpublic void setSuspendCaseInstance(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetSuspendCaseInstance()
public TValue getSetUserDefinedStatus()
TValuepublic void setSetUserDefinedStatus(TValue value)
value - allowed object is
TValuepublic boolean isSetSetUserDefinedStatus()
public TActivityAttribute getSetActivityAttribute()
TActivityAttributepublic void setSetActivityAttribute(TActivityAttribute value)
value - allowed object is
TActivityAttributepublic boolean isSetSetActivityAttribute()
public TUserDefinedSentryEvent getTriggerUserDefinedEvent()
TUserDefinedSentryEventpublic void setTriggerUserDefinedEvent(TUserDefinedSentryEvent value)
value - allowed object is
TUserDefinedSentryEventpublic boolean isSetTriggerUserDefinedEvent()