public class TCaseAssociations extends TExtensibleElements implements java.io.Serializable
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 and Description |
---|
TCaseAssociations() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDocumentation, isSetDocumentation, unsetDocumentation
public java.lang.Object getAllCases()
Object
public void setAllCases(java.lang.Object value)
value
- allowed object is
Object
public boolean isSetAllCases()
public TAssociations getAssociations()
TAssociations
public void setAssociations(TAssociations value)
value
- allowed object is
TAssociations
public boolean isSetAssociations()