|
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.TAssociations
public class TAssociations
Java class for tAssociations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAssociations">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="cases" type="{http://xmlns.oracle.com/bpm/case/activity}tCases" minOccurs="0"/>
<element name="caseCategories" type="{http://xmlns.oracle.com/bpm/case/activity}tCaseCategories" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TAssociations()
|
|
| Method Summary | |
|---|---|
TCaseCategories |
getCaseCategories()
Gets the value of the caseCategories property. |
TCases |
getCases()
Gets the value of the cases property. |
boolean |
isSetCaseCategories()
|
boolean |
isSetCases()
|
void |
setCaseCategories(TCaseCategories value)
Sets the value of the caseCategories property. |
void |
setCases(TCases value)
Sets the value of the cases 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 TAssociations()
| Method Detail |
|---|
public TCases getCases()
TCasespublic void setCases(TCases value)
value - allowed object is
TCasespublic boolean isSetCases()
public TCaseCategories getCaseCategories()
TCaseCategoriespublic void setCaseCategories(TCaseCategories value)
value - allowed object is
TCaseCategoriespublic boolean isSetCaseCategories()
|
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 | ||||||||