public class TPhaseCompleteSentryEvent extends TExtensibleElements implements java.io.Serializable
Java class for tPhaseCompleteSentryEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPhaseCompleteSentryEvent">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<choice minOccurs="0">
<element name="allActivitiesCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="anyActivityCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="allActivitiesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="allRequiredActivitiesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="allMilestonesCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="anyMilestoneCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="allMilestonesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="documentEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tDocumentSentryEvent"/>
<element name="dataEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tDataSentryEvent"/>
<element name="userDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tUserDefinedSentryEvent"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TPhaseCompleteSentryEvent() |
| Modifier and Type | Method and Description |
|---|---|
TNameList |
getAllActivitiesCompleted()
Gets the value of the allActivitiesCompleted property.
|
java.lang.Object |
getAllActivitiesInPhaseCompleted()
Gets the value of the allActivitiesInPhaseCompleted property.
|
TNameList |
getAllMilestonesCompleted()
Gets the value of the allMilestonesCompleted property.
|
java.lang.Object |
getAllMilestonesInPhaseCompleted()
Gets the value of the allMilestonesInPhaseCompleted property.
|
java.lang.Object |
getAllRequiredActivitiesInPhaseCompleted()
Gets the value of the allRequiredActivitiesInPhaseCompleted property.
|
TNameList |
getAnyActivityCompleted()
Gets the value of the anyActivityCompleted property.
|
TNameList |
getAnyMilestoneCompleted()
Gets the value of the anyMilestoneCompleted property.
|
TDataSentryEvent |
getDataEvent()
Gets the value of the dataEvent property.
|
TDocumentSentryEvent |
getDocumentEvent()
Gets the value of the documentEvent property.
|
TUserDefinedSentryEvent |
getUserDefinedEvent()
Gets the value of the userDefinedEvent property.
|
boolean |
isSetAllActivitiesCompleted() |
boolean |
isSetAllActivitiesInPhaseCompleted() |
boolean |
isSetAllMilestonesCompleted() |
boolean |
isSetAllMilestonesInPhaseCompleted() |
boolean |
isSetAllRequiredActivitiesInPhaseCompleted() |
boolean |
isSetAnyActivityCompleted() |
boolean |
isSetAnyMilestoneCompleted() |
boolean |
isSetDataEvent() |
boolean |
isSetDocumentEvent() |
boolean |
isSetUserDefinedEvent() |
void |
setAllActivitiesCompleted(TNameList value)
Sets the value of the allActivitiesCompleted property.
|
void |
setAllActivitiesInPhaseCompleted(java.lang.Object value)
Sets the value of the allActivitiesInPhaseCompleted property.
|
void |
setAllMilestonesCompleted(TNameList value)
Sets the value of the allMilestonesCompleted property.
|
void |
setAllMilestonesInPhaseCompleted(java.lang.Object value)
Sets the value of the allMilestonesInPhaseCompleted property.
|
void |
setAllRequiredActivitiesInPhaseCompleted(java.lang.Object value)
Sets the value of the allRequiredActivitiesInPhaseCompleted property.
|
void |
setAnyActivityCompleted(TNameList value)
Sets the value of the anyActivityCompleted property.
|
void |
setAnyMilestoneCompleted(TNameList value)
Sets the value of the anyMilestoneCompleted property.
|
void |
setDataEvent(TDataSentryEvent value)
Sets the value of the dataEvent property.
|
void |
setDocumentEvent(TDocumentSentryEvent value)
Sets the value of the documentEvent property.
|
void |
setUserDefinedEvent(TUserDefinedSentryEvent value)
Sets the value of the userDefinedEvent property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic TNameList getAllActivitiesCompleted()
TNameListpublic void setAllActivitiesCompleted(TNameList value)
value - allowed object is
TNameListpublic boolean isSetAllActivitiesCompleted()
public TNameList getAnyActivityCompleted()
TNameListpublic void setAnyActivityCompleted(TNameList value)
value - allowed object is
TNameListpublic boolean isSetAnyActivityCompleted()
public java.lang.Object getAllActivitiesInPhaseCompleted()
Objectpublic void setAllActivitiesInPhaseCompleted(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetAllActivitiesInPhaseCompleted()
public java.lang.Object getAllRequiredActivitiesInPhaseCompleted()
Objectpublic void setAllRequiredActivitiesInPhaseCompleted(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetAllRequiredActivitiesInPhaseCompleted()
public TNameList getAllMilestonesCompleted()
TNameListpublic void setAllMilestonesCompleted(TNameList value)
value - allowed object is
TNameListpublic boolean isSetAllMilestonesCompleted()
public TNameList getAnyMilestoneCompleted()
TNameListpublic void setAnyMilestoneCompleted(TNameList value)
value - allowed object is
TNameListpublic boolean isSetAnyMilestoneCompleted()
public java.lang.Object getAllMilestonesInPhaseCompleted()
Objectpublic void setAllMilestonesInPhaseCompleted(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetAllMilestonesInPhaseCompleted()
public TDocumentSentryEvent getDocumentEvent()
TDocumentSentryEventpublic void setDocumentEvent(TDocumentSentryEvent value)
value - allowed object is
TDocumentSentryEventpublic boolean isSetDocumentEvent()
public TDataSentryEvent getDataEvent()
TDataSentryEventpublic void setDataEvent(TDataSentryEvent value)
value - allowed object is
TDataSentryEventpublic boolean isSetDataEvent()
public TUserDefinedSentryEvent getUserDefinedEvent()
TUserDefinedSentryEventpublic void setUserDefinedEvent(TUserDefinedSentryEvent value)
value - allowed object is
TUserDefinedSentryEventpublic boolean isSetUserDefinedEvent()