|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.activity.model.TCaseAssociations
public class TCaseAssociations
Java class for tCaseAssociations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseAssociations">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<choice>
<element name="allCases" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="associations" type="{http://xmlns.oracle.com/bpm/case/activity}tAssociations"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TCaseAssociations()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAllCases()
Gets the value of the allCases property. |
TAssociations |
getAssociations()
Gets the value of the associations property. |
boolean |
isSetAllCases()
|
boolean |
isSetAssociations()
|
void |
setAllCases(java.lang.Object value)
Sets the value of the allCases property. |
void |
setAssociations(TAssociations value)
Sets the value of the associations property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCaseAssociations()
| Method Detail |
|---|
public java.lang.Object getAllCases()
Objectpublic void setAllCases(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetAllCases()
public TAssociations getAssociations()
TAssociationspublic void setAssociations(TAssociations value)
value - allowed object is
TAssociationspublic boolean isSetAssociations()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||