public class TMilestoneRevokeAction extends TExtensibleElements implements java.io.Serializable
Java class for tMilestoneRevokeAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMilestoneRevokeAction">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<choice minOccurs="0">
<element name="forgetOccurrencesOfActivities" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="forgetOccurrencesofUserDefinedEvents" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
<element name="resetCurrentMilestoneSLA" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="resetActivitiesSLA" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TMilestoneRevokeAction() |
| Modifier and Type | Method and Description |
|---|---|
TNameList |
getForgetOccurrencesOfActivities()
Gets the value of the forgetOccurrencesOfActivities property.
|
TNameList |
getForgetOccurrencesofUserDefinedEvents()
Gets the value of the forgetOccurrencesofUserDefinedEvents property.
|
TNameList |
getResetActivitiesSLA()
Gets the value of the resetActivitiesSLA property.
|
java.lang.Object |
getResetCurrentMilestoneSLA()
Gets the value of the resetCurrentMilestoneSLA property.
|
boolean |
isSetForgetOccurrencesOfActivities() |
boolean |
isSetForgetOccurrencesofUserDefinedEvents() |
boolean |
isSetResetActivitiesSLA() |
boolean |
isSetResetCurrentMilestoneSLA() |
void |
setForgetOccurrencesOfActivities(TNameList value)
Sets the value of the forgetOccurrencesOfActivities property.
|
void |
setForgetOccurrencesofUserDefinedEvents(TNameList value)
Sets the value of the forgetOccurrencesofUserDefinedEvents property.
|
void |
setResetActivitiesSLA(TNameList value)
Sets the value of the resetActivitiesSLA property.
|
void |
setResetCurrentMilestoneSLA(java.lang.Object value)
Sets the value of the resetCurrentMilestoneSLA property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic TNameList getForgetOccurrencesOfActivities()
TNameListpublic void setForgetOccurrencesOfActivities(TNameList value)
value - allowed object is
TNameListpublic boolean isSetForgetOccurrencesOfActivities()
public TNameList getForgetOccurrencesofUserDefinedEvents()
TNameListpublic void setForgetOccurrencesofUserDefinedEvents(TNameList value)
value - allowed object is
TNameListpublic boolean isSetForgetOccurrencesofUserDefinedEvents()
public java.lang.Object getResetCurrentMilestoneSLA()
Objectpublic void setResetCurrentMilestoneSLA(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetResetCurrentMilestoneSLA()
public TNameList getResetActivitiesSLA()
TNameListpublic void setResetActivitiesSLA(TNameList value)
value - allowed object is
TNameListpublic boolean isSetResetActivitiesSLA()