public class TCaseAction extends TExtensibleElements implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="milestone" type="{http://xmlns.oracle.com/bpm/case/action}tMilestoneAction"/>
<element name="caseActivity" type="{http://xmlns.oracle.com/bpm/case/action}tCaseActivityAction"/>
<element name="phase" type="{http://xmlns.oracle.com/bpm/case/action}tPhaseAction"/>
<element name="caseInstance" type="{http://xmlns.oracle.com/bpm/case/action}tCaseInstanceAction"/>
<element name="userDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/action}tUserDefinedEventAction"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseAction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.io.Serializable> |
getMilestoneOrCaseActivityOrPhase()
Gets the value of the milestoneOrCaseActivityOrPhase property.
|
boolean |
isSetMilestoneOrCaseActivityOrPhase() |
void |
unsetMilestoneOrCaseActivityOrPhase() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.util.List<java.io.Serializable> getMilestoneOrCaseActivityOrPhase()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the milestoneOrCaseActivityOrPhase property.
For example, to add a new item, do as follows:
getMilestoneOrCaseActivityOrPhase().add(newItem);
Objects of the following type(s) are allowed in the list
TMilestoneAction
TCaseActivityAction
TPhaseAction
TCaseInstanceAction
TUserDefinedEventAction
public boolean isSetMilestoneOrCaseActivityOrPhase()
public void unsetMilestoneOrCaseActivityOrPhase()